X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fsilcd.c;h=bfb50ca7082e2ee95e5fda05e75fee920a528be5;hp=a6f76db1cfad3a09b7d1e7e8c7bfc721f76802e4;hb=5abf57fab042a9f9e4ea497cea5cdf6bb170ef62;hpb=9760bfae79884774c7a7edcd4035ca770bcf9a87 diff --git a/apps/silcd/silcd.c b/apps/silcd/silcd.c index a6f76db1..bfb50ca7 100644 --- a/apps/silcd/silcd.c +++ b/apps/silcd/silcd.c @@ -127,6 +127,11 @@ int main(int argc, char **argv) silc_debug = TRUE; silc_debug_hexdump = TRUE; silc_log_set_debug_string(optarg); +#ifndef SILC_DEBUG + fprintf(stdout, + "Run-time debugging is not enabled. To enable it recompile\n" + "the server with --enable-debug configuration option.\n"); +#endif break; case 'f': config_file = strdup(optarg);