Skip to content

Commit 6a04d82

Browse files
authored
Update logging.c (#2050)
1 parent 68e3270 commit 6a04d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logging/logging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ void addLogAdv(int level, int feature, const char* fmt, ...)
382382
tmp[len++] = '\n';
383383
tmp[len] = '\0';
384384
#if WINDOWS
385-
printf(tmp);
385+
printf("%s", tmp);
386386
#endif
387387
// This is used by HTTP console
388388
if (g_log_alsoPrintToHTTP) {

0 commit comments

Comments
 (0)