diff --git a/ChangeLog b/ChangeLog index 30924257..93919d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-03 Chris Allegretta + * color.c (color_update): Remove unneeded debugging message from + libmagic commit. Fixed extra messages going to stderr reported by Mike Frysinger. + +GNU nano 2.3.0 - 2011.02.26 2011-02-26 Chris Allegretta * Change RAW in function_type enum to RAWINPUT, to fix compilation on AIX, reported by Richard G Daniel . diff --git a/src/color.c b/src/color.c index f98ad068..61936213 100644 --- a/src/color.c +++ b/src/color.c @@ -244,7 +244,6 @@ void color_update(void) #endif /* DEBUG */ if (magicstring && regexec(e->ext, magicstring, 0, NULL, 0) == 0) { - fprintf(stderr,"We matched!\n"); openfile->syntax = tmpsyntax; openfile->colorstrings = tmpsyntax->color; break;