mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
fixed commented out code, left it but corrected
This commit is contained in:
parent
a0b961ee04
commit
fb034e1000
@ -139,7 +139,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
last_log_file = g_filesink_handler->call(&g3::FileSink::fileName).get();
|
||||
std::cout << "log file at: " << last_log_file << std::endl;
|
||||
g3::internal::shutDownLogging();
|
||||
//g3::internal::shutDownLogging();
|
||||
}
|
||||
std::cout << "FINISHED WITH THE TESTING" << std::endl;
|
||||
// cleaning up
|
||||
|
Loading…
Reference in New Issue
Block a user