Skip to content

Commit 637278f

Browse files
committed
FUUHHH
1 parent 224302a commit 637278f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ int main(int argc, char* argv[])
376376
logger.flush_on(spdlog::level::trace);
377377

378378
logger.info("=== oshot starting ===");
379-
logger.info("Log file path: {}", file.filename());
379+
logger.info("Log file path: {}", file->filename());
380380
logger.flush();
381381

382382
spdlog::flush_every(std::chrono::seconds(1));

0 commit comments

Comments
 (0)