diff --git a/doc/documentation.html b/doc/documentation.html
index 7867cfc3..34c09e54 100644
--- a/doc/documentation.html
+++ b/doc/documentation.html
@@ -593,7 +593,7 @@
|
- Bug tracking is done on the Sourceforge project page here.
+ Bug tracking is done on the Sourceforge project page here. If you submit a bug, please provide an email contact and/or use the Monitor feature.
|
diff --git a/src/flac/encode.c b/src/flac/encode.c
index f22addb1..6cf3cddb 100644
--- a/src/flac/encode.c
+++ b/src/flac/encode.c
@@ -964,7 +964,11 @@ FLAC__StreamDecoderWriteStatus verify_write_callback(const FLAC__StreamDecoder *
for(channel = 0; channel < decoder->channels; channel++) {
if(0 != memcmp(buffer[channel], encoder_wrapper->verify_fifo.original[channel], sizeof(int32) * decoder->blocksize)) {
fprintf(stderr, "\nERROR: mismatch in decoded data, verify FAILED!\n");
- fprintf(stderr, " Please submit a bug report to http://sourceforge.net/bugs/?func=addbug&group_id=13478\n");
+ fprintf(stderr, "................................................................................oup_id=13478\n");
+ fprintf(stderr, " Please submit a bug report to\n");
+ fprintf(stderr, " http://sourceforge.net/bugs/?func=addbug&group_id=13478\n");
+ fprintf(stderr, " Make sure to include an email contact in the comment and/or use the\n");
+ fprintf(stderr, " \"Monitor\" feature to monitor the bug status.\n");
return FLAC__STREAM_DECODER_WRITE_ABORT;
}
}