Skip to content

Commit fe868bc

Browse files
committed
WL#11678 - Logging services: Add unique error-ids to the messages logged using error_log_printf()
Post-push patch to remove "\n" from the error message in global error list. Change-Id: I8903c0eb954da13b2be17223abebcd490efc3aba
1 parent 36df9c0 commit fe868bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys/errors.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const char *globerrs[GLOBERRS] = {
6060
"Can't get working directory (OS errno %d - %s)",
6161
"Can't change dir to '%s' (OS errno %d - %s)",
6262
"Warning: '%s' had %d links",
63-
"Warning: %d files and %d streams is left open\n",
63+
"Warning: %d files and %d streams is left open",
6464
"Disk is full writing '%s' (OS errno %d - %s). Waiting for someone to free "
6565
"space...",
6666
"Can't create directory '%s' (OS errno %d - %s)",

0 commit comments

Comments
 (0)