mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-31 14:39:54 +01:00
fix example
This commit is contained in:
parent
ad11a34fbb
commit
9d853c7839
@ -140,7 +140,7 @@ int main(int argc, char**argv) {
|
||||
path_to_log_file);
|
||||
|
||||
// logger is initialized
|
||||
g3::initializeLogging(defaultHandler.worker.get());
|
||||
g3::initializeLogging(worker.get());
|
||||
|
||||
LOG(DEBUG) << "Make log call, then add another sink";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user