fixed type conversion

This commit is contained in:
Pliable Pixels
2019-05-08 14:29:44 -04:00
parent 0bc96dfe83
commit c41a2d067c

View File

@@ -201,7 +201,7 @@ User *zmLoadTokenUser (std::string jwt_token_str, bool use_remote_addr ) {
if ( n_users != 1 ) {
mysql_free_result(result);
Warning("Unable to authenticate user %s", username);
Warning("Unable to authenticate user %s", username.c_str());
return NULL;
}