diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-04 16:19:57 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-04 16:19:57 -0600 |
commit | 7ffb5efdbc943851d2ee9d0573dca3e96b9bd742 (patch) | |
tree | 26a2aeeb28b86b95917a01278fed9b14faefe69d /src/libutil/logging.hh | |
parent | f30de61578edd9c19744256985185045e7baab84 (diff) |
appending to hints; remove _printError
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 5f03cdf41..0c4980b83 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -149,7 +149,6 @@ extern Verbosity verbosity; /* suppress msgs > this */ } \ } while (0) -#define _printError(args...) printMsg(lvlError, args) #define printError(args...) printMsg(lvlError, args) #define printInfo(args...) printMsg(lvlInfo, args) #define printTalkative(args...) printMsg(lvlTalkative, args) |