Format it in a similar way in all places, to make translation happier.
No functional changes.
#if !defined(SOL_IP) || !defined(IP_TOS)
if(priorityinheritance)
- logger(LOG_WARNING, _("PriorityInheritance not supported on this platform"));
+ logger(LOG_WARNING, _("%s not supported on this platform"), "PriorityInheritance");
#endif
if(!get_config_int(lookup_config(config_tree, "MACExpire"), &macexpire))
return -1;
}
#else
- logger(LOG_WARNING, _("BindToInterface not supported on this platform"));
+ logger(LOG_WARNING, _("%s not supported on this platform"), "BindToInterface");
#endif
}
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;