fix example

This commit is contained in:
Aleksey Dobrunov 2015-09-06 15:35:03 +05:00
parent ad11a34fbb
commit 9d853c7839

View File

@ -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";