diff -r 0ea12c182930 -r 63b81d807542 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/os.cpp --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/os.cpp Mon Aug 23 14:24:31 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/os.cpp Thu Sep 02 13:22:59 2010 +0300 @@ -2195,7 +2195,7 @@ SWT_TRY { SWT_LOG_JNI_CALL(); - SWT_LOG_DATA_2("handle=%x widgetHandle=%x", aDesktopHandle, widgetHandle); + SWT_LOG_DATA_2("desktopHandle=%x widgetHandle=%x", aDesktopHandle, aWidgetHandle); HANDLE_TO_POINTER( QDesktopWidget*, desktopWidget, aDesktopHandle ); HANDLE_TO_POINTER( QWidget*, widget, aWidgetHandle ); screenNum = desktopWidget->screenNumber( widget ); @@ -11620,7 +11620,7 @@ SWT_TRY { SWT_LOG_JNI_CALL(); - SWT_LOG_DATA_1( "handle=%x", aHandle ); + SWT_LOG_DATA_1( "handle=%x", swtApp ); swtApp->destroyMobileDevice(); } SWT_CATCH @@ -11976,7 +11976,7 @@ SWT_TRY { SWT_LOG_JNI_CALL(); - SWT_LOG_DATA_1("peer=%x", aPeer); + SWT_LOG_DATA_2("widget=%x signalId=%d", aWidget, aSignalId); HANDLE_TO_POINTER( QObject*, widget, aWidget );