tracym111 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

DFATAL_LEVEL should be DFATAL. #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/google-glog/source/browse/trunk/src/glog/log_severity.h
#49 sez:

  // DFATAL is FATAL in debug mode, ERROR in normal mode
  #ifdef NDEBUG
  #define DFATAL_LEVEL ERROR
  #else
  #define DFATAL_LEVEL FATAL
  #endif

Both the comment and the documentation seem to indicate that the macro should 
be DFATAL, not DFATAL_LEVEL and there are no other occurrences of the string 
DFATAL in the include files...

Thanks in advance, hope you're all having fun!

Original issue reported on code.google.com by tom.ritc...@gmail.com on 15 Aug 2010 at 8:19

GoogleCodeExporter commented 8 years ago
btw, I'm an ex-Googler (tritchford) if you're looking for a little casual 
maintenance on this project.  :-D

Original comment by tom.ritc...@gmail.com on 15 Aug 2010 at 8:25