summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
Diffstat (limited to 'src/log')
-rw-r--r--src/log/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log/log.c b/src/log/log.c
index cb487a6..ac62c7f 100644
--- a/src/log/log.c
+++ b/src/log/log.c
@@ -815,7 +815,7 @@ void wolf_log_win32_ap( wolf_log_level_t level, int category_id, int message_id,
strlcat( new_format, buf, 1024 );
}
- strlcat( new_format, "( ", 1024 );
+ strlcat( new_format, " (", 1024 );
strlcat( new_format, itoa( last_error, int_buf, 10 ), 1024 );
strlcat( new_format, ")", 1024 );