[yast-commit] r47962 - /trunk/storage/libstorage/src/Md.cc
Author: aschnell Date: Fri May 30 12:17:52 2008 New Revision: 47962 URL: http://svn.opensuse.org/viewcvs/yast?rev=47962&view=rev Log: - fixed logging Modified: trunk/storage/libstorage/src/Md.cc Modified: trunk/storage/libstorage/src/Md.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/Md.cc?rev=47962&r1=47961&r2=47962&view=diff ============================================================================== --- trunk/storage/libstorage/src/Md.cc (original) +++ trunk/storage/libstorage/src/Md.cc Fri May 30 12:17:52 2008 @@ -608,7 +608,7 @@ s << " destroySb"; s << " Devices:" << m.devs; if( !m.spare.empty() ) - s << " Spare:" << m.spare; + s << " Spares:" << m.spare; return( s ); } @@ -653,7 +653,7 @@ if( spare!=rhs.spare ) { std::ostringstream b; - b << " Devices:" << spare << "-->" << rhs.spare; + b << " Spares:" << spare << "-->" << rhs.spare; log += b.str(); } y2milestone( "%s", log.c_str() ); -- 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