diff -r d6dafc5d983f -r 1627c337e51e javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp --- a/javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp Fri Oct 15 12:29:39 2010 +0300 +++ b/javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp Fri Oct 29 11:49:32 2010 +0300 @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include @@ -110,10 +110,10 @@ // ---------------------------------------------------------------------------- // javasoftnotehandler::amAdded // ---------------------------------------------------------------------------- -void javasoftnotehandler::amAdded(const uids_t& aUids) +void javasoftnotehandler::amAdded(const uids_t& /*aUids*/) { JELOG2(EJavaCaptain); - LOG1(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded, %d uids", aUids.size()); + LOG(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded"); } // ---------------------------------------------------------------------------- @@ -236,7 +236,7 @@ } catch(JavaStorageException& ex) { - LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString()); + LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %S", ex.toString().c_str()); } } @@ -294,7 +294,7 @@ } catch(JavaStorageException& ex) { - LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString()); + LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString().c_str()); } }