multi: remove trailing space in debug output
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Apr 2016 14:36:45 +0000 (16:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Apr 2016 14:36:45 +0000 (16:36 +0200)
lib/multi.c

index 1447ba8fa32d2c5fb64cbc9aefb07e8e06d72427..8c69e37a52a6d28dd81e543d20c1ce15e2dae79a 100644 (file)
@@ -136,7 +136,7 @@ static void mstate(struct SessionHandle *data, CURLMstate state
       connection_id = data->easy_conn->connection_id;
 
     infof(data,
-          "STATE: %s => %s handle %p; line %d (connection #%ld) \n",
+          "STATE: %s => %s handle %p; line %d (connection #%ld)\n",
           statename[oldstate], statename[data->mstate],
           (void *)data, lineno, connection_id);
   }