mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
multi: remove trailing space in debug output
This commit is contained in:
parent
4e55f67f24
commit
e230044adf
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user