X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet_setup.c;h=f41f9527df89d34d929dfdbec6676f35a10c546f;hp=ec47558d9cdae13f066746cd20d729bd6e708f0d;hb=218adee785df7c79ac18395d056a2eb6d63c407f;hpb=54cb6b1aecb06a1ca44a7a60c74dd0d65b0043dd diff --git a/src/net_setup.c b/src/net_setup.c index ec47558..f41f952 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -314,7 +314,7 @@ bool setup_myself(void) #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))