X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=da3f03b1e56b6b6caf4602115155857244315e76;hb=76ec2548d0a3e2f1ea92da025549e2abce2bf502;hp=022fb536dea5dca42e3cc276cae8b6ed32077742;hpb=e856b04f7e07395bc4e085b2ef25bef55331d1a6;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 022fb536..da3f03b1 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -143,7 +143,7 @@ static void usage(bool status) { "\n" "Report bugs to tinc@tinc-vpn.org.\n"; - fprintf(stderr, message, program_name); + printf(message, program_name); } }