You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/02 10:49:08 UTC

cvs commit: logging-log4cxx/src optionconverter.cpp

mcatan      2004/04/02 00:49:08

  Modified:    src      optionconverter.cpp
  Log:
  splitted line to long
  
  Revision  Changes    Path
  1.12      +3 -2      logging-log4cxx/src/optionconverter.cpp
  
  Index: optionconverter.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/optionconverter.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- optionconverter.cpp	28 Feb 2004 15:07:50 -0000	1.11
  +++ optionconverter.cpp	2 Apr 2004 08:49:08 -0000	1.12
  @@ -286,8 +286,9 @@
   		}
   		else
   		{
  -			LogLog::debug(_T("OptionConverter::toLevel: no class name specified,")
  -			_T(" level=[")+value+_T("]"));
  +			LogLog::debug(
  +			_T("OptionConverter::toLevel: no class name specified, level=[")
  +			+value+_T("]"));
   			// no class name specified : use standard Level class
   			return Level::toLevel(value, defaultValue);
   		}