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
|
|
@ -123,7 +123,7 @@ int setup_listen_socket(const sockaddr_t *sa)
|
|||
return -1;
|
||||
}
|
||||
#else
|
||||
logger(LOG_WARNING, _("BindToInterface not supported on this platform"));
|
||||
logger(LOG_WARNING, _("%s not supported on this platform"), "BindToInterface");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue