We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224302a commit 637278fCopy full SHA for 637278f
1 file changed
src/main.cpp
@@ -376,7 +376,7 @@ int main(int argc, char* argv[])
376
logger.flush_on(spdlog::level::trace);
377
378
logger.info("=== oshot starting ===");
379
- logger.info("Log file path: {}", file.filename());
+ logger.info("Log file path: {}", file->filename());
380
logger.flush();
381
382
spdlog::flush_every(std::chrono::seconds(1));
0 commit comments