[yast-commit] r52570 - /trunk/storage/storage/src/modules/Storage.ycp
Author: aschnell Date: Mon Oct 27 12:55:24 2008 New Revision: 52570 URL: http://svn.opensuse.org/viewcvs/yast?rev=52570&view=rev Log: - renamed new function Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=52570&r1=52569&r2=52570&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Mon Oct 27 12:55:24 2008 @@ -4747,10 +4747,10 @@ } -global boolean getMultipathActive() +global boolean GetMultipathActive() { boolean ret = LibStorage::StorageInterface::getMultipathActive(sint); - y2milestone("getMultipathActive ret:%1", ret); + y2milestone("GetMultipathActive ret:%1", ret); return ret; } -- 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