[yast-commit] r55761 - /trunk/storage/libstorage/src/AppUtil.cc
Author: aschnell Date: Wed Feb 25 18:46:15 2009 New Revision: 55761 URL: http://svn.opensuse.org/viewcvs/yast?rev=55761&view=rev Log: - log bools as strings Modified: trunk/storage/libstorage/src/AppUtil.cc Modified: trunk/storage/libstorage/src/AppUtil.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/AppUtil.cc?rev=55761&r1=55760&r2=55761&view=diff ============================================================================== --- trunk/storage/libstorage/src/AppUtil.cc (original) +++ trunk/storage/libstorage/src/AppUtil.cc Wed Feb 25 18:46:15 2009 @@ -364,6 +364,7 @@ prepareLogStream(std::ostringstream& s) { s.imbue(std::locale::classic()); + s.setf(std::ios::boolalpha); s.setf(std::ios::showbase); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org