mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Post-review fixes + some bugs fixed + several minor features
This commit is contained in:
@ -69,7 +69,7 @@ int User::init(const char *line)
|
||||
|
||||
return 0;
|
||||
err:
|
||||
log_error("error parsing user and password at line %d", line);
|
||||
log_error("error parsing user and password at line %s", line);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user