coding style: add missing space when split strings
[fw/openocd] / src / rtos / linux.c
index 0f18d171ce6b12ad2794c3b00acad4ba9268c3ae..e85a3bdf8d0899a9287ecff862e890e5ed5848b1 100644 (file)
@@ -1379,8 +1379,8 @@ static int linux_thread_packet(struct connection *connection, char const *packet
                                                 target->rtos->
                                                 current_threadid)
                                && (target->rtos->current_threadid != -1))
-                                       LOG_WARNING("WARNING! current GDB thread do not match"
-                                                       "current thread running."
+                                       LOG_WARNING("WARNING! current GDB thread do not match "
+                                                       "current thread running. "
                                                        "Switch thread in GDB to threadid %d",
                                                        (int)ct->threadid);