1 diff --git a/logs.c b/logs.c
2 index 5e87f52..29ad433 100644
5 @@ -128,7 +128,7 @@ static void log_display(const char *mesg) {
6 // Display the message on the screen.
9 - mvwprintw(log_win, 0, 0, mesg);
10 + mvwprintw(log_win, 0, 0, "%s", mesg);
11 wnoutrefresh(log_win);