format 'not supported on this platform' error message
[oweals/tinc.git] / src / net_setup.c
index ec47558d9cdae13f066746cd20d729bd6e708f0d..f41f9527df89d34d929dfdbec6676f35a10c546f 100644 (file)
@@ -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))