diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Device.d @ 18:735224fcc45f

redirected all printings to DwtLogger
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:57:53 +0100
parents 950d84783eac
children 9f4c18c268b2
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Device.d	Wed Mar 18 09:09:23 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Device.d	Wed Mar 18 09:57:53 2009 +0100
@@ -887,7 +887,7 @@
                 if (transforms !is 0) string ~= String_valueOf(transforms) ~ " Transforms(s), ";
                 if (string.length !is 0) {
                     string = string.substring (0, string.length - 2);
-                    getDwtLogger().error ( "{}", string);
+                    getDwtLogger().error (  __FILE__, __LINE__, "{}", string);
                 }
                 for (int i=0; i<errors.length; i++) {
                     if (errors [i] !is null) ExceptionPrintStackTrace( errors [i]);