X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fprofiler%2Flog-args.c;h=3cfadd1e5138ba73a8edc41cd0d618dceb975a53;hb=5b681a16bd7aaf579f6b4a32eed36ee05bd4f562;hp=1b9c83586944fd6d007bec4655810afa0edf91bf;hpb=fc6f7e7921bc0367ad3d042ce5b8fe2d6dfe54e4;p=mono.git diff --git a/mono/profiler/log-args.c b/mono/profiler/log-args.c index 1b9c8358694..3cfadd1e513 100644 --- a/mono/profiler/log-args.c +++ b/mono/profiler/log-args.c @@ -81,6 +81,7 @@ parse_arg (const char *arg, ProfilerConfig *config) } else if (match_option (arg, "calls", NULL)) { config->enter_leave = TRUE; } else if (match_option (arg, "coverage", NULL)) { + g_warning ("the log profiler support for code coverage is obsolete, use the \"coverage\" profiler"); config->collect_coverage = TRUE; } else if (match_option (arg, "zip", NULL)) { config->use_zip = TRUE;