mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08: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…
x
Reference in New Issue
Block a user