diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-10-24T12·47+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-10-24T12·47+0200 |
commit | 96051dd057d46d5953b2fbe3de67269d175306dc (patch) | |
tree | 832bdd7bdbd63fee747838d35a014b9f9451d811 /src/libutil/logging.hh | |
parent | be220702a75427b80258a92d1ed8c4573c1478fa (diff) |
More progress indicator improvements
Fixes #1599.
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 70a9f5d86249..677aa4daec4d 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -133,7 +133,8 @@ Logger * makeDefaultLogger(); Logger * makeJSONLogger(Logger & prevLogger); bool handleJSONLogMessage(const std::string & msg, - const Activity & act, std::map<ActivityId, Activity> & activities); + const Activity & act, std::map<ActivityId, Activity> & activities, + bool trusted); extern Verbosity verbosity; /* suppress msgs > this */ |