diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-29 10:14:32 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-29 10:14:32 -0600 |
commit | e2f61263ebf41958f4f3d6f6135377024e33457c (patch) | |
tree | 98bc0575a452f3282fcf385a32a2d24363389d6d /src/libutil/logging.hh | |
parent | 22e6490311015e076a09d5608834bd0dec1d7020 (diff) |
uncrustify formatting
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 89fd98419..0c4980b83 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -62,12 +62,12 @@ public: virtual void logEI(const ErrorInfo &ei) = 0; - void logEI(Verbosity lvl, ErrorInfo ei) + void logEI(Verbosity lvl, ErrorInfo ei) { ei.level = lvl; logEI(ei); } - + virtual void warn(const std::string & msg); virtual void startActivity(ActivityId act, Verbosity lvl, ActivityType type, |