- Timestamp:
- 10/19/06 22:00:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.cc
r8106 r8137 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MLog.cc,v 1.5 5 2006-10-17 17:15:59tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MLog.cc,v 1.56 2006-10-19 21:00:23 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 809 809 810 810 if (level >= kBreak && level < kSysError) 811 gLog << " " << msg << std::endl;811 gLog << ": " << msg << std::endl; 812 812 else 813 813 if (!location || strlen(location) == 0)
Note:
See TracChangeset
for help on using the changeset viewer.