format 'not supported on this platform' error message
Format it in a similar way in all places, to make translation happier. No functional changes.
This commit is contained in:
parent
54cb6b1aec
commit
218adee785
3 changed files with 3 additions and 4 deletions
|
|
@ -161,8 +161,7 @@ static bool parse_options(int argc, char **argv)
|
|||
|
||||
case 'L': /* no detach */
|
||||
#ifndef HAVE_MLOCKALL
|
||||
/* logger(LOG_ERR, _("%s not supported on this platform"), "mlockall()"); */
|
||||
logger(LOG_ERR, _("mlockall() not supported on this platform!"));
|
||||
logger(LOG_ERR, _("%s not supported on this platform"), "mlockall()");
|
||||
return false;
|
||||
#else
|
||||
do_mlock = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue