Write progress meter to stderr instead of stdout

This commit is contained in:
Randolph Chung
2000-12-07 03:55:35 +00:00
parent 02553a2a18
commit da7b82981b
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ DOSTATIC = false
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
# Do not enable this for production builds...
DODEBUG = false
DODEBUG = true
# This enables compiling with dmalloc ( http://dmalloc.com/ )
# which is an excellent public domain mem leak and malloc problem