Skip to content

Commit

Permalink
Fix log message typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarlas committed May 8, 2024
1 parent 5e38ad9 commit 492ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Db.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace trippin {
addInitialEvents(events);
SDL_Log("done initializing from journal file, file=%s", fileName.c_str());
} else {
SDL_Log("unable to initialize from journal file, filen=%s", fileName.c_str());
SDL_Log("unable to initialize from journal file, file=%s", fileName.c_str());
}
}

Expand Down

0 comments on commit 492ba78

Please sign in to comment.