[rkward-cvs] SF.net SVN: rkward:[2694] trunk/rkward/rkward/plugin/rkcomponent.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 6 16:09:48 UTC 2009


Revision: 2694
          http://rkward.svn.sourceforge.net/rkward/?rev=2694&view=rev
Author:   tfry
Date:     2009-10-06 16:09:48 +0000 (Tue, 06 Oct 2009)

Log Message:
-----------
Change warning level

Modified Paths:
--------------
    trunk/rkward/rkward/plugin/rkcomponent.cpp

Modified: trunk/rkward/rkward/plugin/rkcomponent.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkcomponent.cpp	2009-10-06 16:06:04 UTC (rev 2693)
+++ trunk/rkward/rkward/plugin/rkcomponent.cpp	2009-10-06 16:09:48 UTC (rev 2694)
@@ -121,7 +121,7 @@
 				}
 			}
 
-			RK_DO(qDebug ("Tried to apply value %s to property %s, but got %s", qPrintable (it.value ()), qPrintable (it.key ()), qPrintable (fetchStringValue (it.key ()))), PLUGIN, DL_INFO);
+			RK_DO(qDebug ("Tried to apply value %s to property %s, but got %s", qPrintable (it.value ()), qPrintable (it.key ()), qPrintable (fetchStringValue (it.key ()))), PLUGIN, DL_WARNING);
 			error = NotAllSettingsApplied;
 		}
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list