From: Josh Coalson Date: Wed, 24 Aug 2005 00:02:30 +0000 (+0000) Subject: change bug submission verbiage, require monitoring of sourceforge bug X-Git-Tag: 1.2.0~544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7001d6ea5bc41df7fa3cf4ab91e594e9afc4260;p=platform%2Fupstream%2Fflac.git change bug submission verbiage, require monitoring of sourceforge bug --- diff --git a/src/flac/decode.c b/src/flac/decode.c index c1ca7ab..e582de3 100644 --- a/src/flac/decode.c +++ b/src/flac/decode.c @@ -1161,8 +1161,7 @@ void print_error_with_state(const DecoderSession *d, const char *message) "may be corrupted, or you may have found a bug. In this case please\n" "submit a bug report to\n" " http://sourceforge.net/bugs/?func=addbug&group_id=13478\n" - "Make sure to include an email contact in the comment and/or use the\n" - "\"Monitor\" feature to monitor the bug status.\n", + "Make sure to use the \"Monitor\" feature to monitor the bug status.\n", d->inbasefilename, FLAC__VERSION_STRING ); } diff --git a/src/flac/encode.c b/src/flac/encode.c index eb88b02..16602bd 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -1986,8 +1986,7 @@ void print_verify_error(EncoderSession *e) flac__utils_printf(stderr, 1, " a problem with your hardware. If it does, keep the bad FLAC file and\n"); flac__utils_printf(stderr, 1, " submit a bug report to:\n"); flac__utils_printf(stderr, 1, " http://sourceforge.net/bugs/?func=addbug&group_id=13478\n"); - flac__utils_printf(stderr, 1, " Make sure to include an email contact in the comment and/or use the\n"); - flac__utils_printf(stderr, 1, " \"Monitor\" feature to monitor the bug status.\n"); + flac__utils_printf(stderr, 1, " Make sure to use the \"Monitor\" feature to monitor the bug status.\n"); flac__utils_printf(stderr, 1, "Verify FAILED! Do not trust %s\n", e->outfilename); }