X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=257f9e49f05d5495fdc2291439e607611413486e;hp=b0e95beff502b7677d5825dbf77730a3a31bcd37;hb=218adee785df7c79ac18395d056a2eb6d63c407f;hpb=54cb6b1aecb06a1ca44a7a60c74dd0d65b0043dd diff --git a/src/tincd.c b/src/tincd.c index b0e95bef..257f9e49 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -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;