Minor print out fix

This commit is contained in:
nsubiron 2019-01-10 16:49:04 +01:00
parent 25a041e188
commit 5714f69243
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace detail {
log_warning(
"Version mismatch detected: You are trying to connect to a simulator",
"that might be incompatible with this API");
log_warning("Client API version: =", vc);
log_warning("Client API version =", vc);
log_warning("Simulator API version =", vs);
}
}