BrowserWindow.vala
authorKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 08:20:35 +0000 (16:20 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 08:20:35 +0000 (16:20 +0800)
BrowserWindow.vala

index b08ee9d..374f983 100644 (file)
@@ -108,7 +108,7 @@ public class BrowserWindow : Object
             if (cd < 1) {
                print("calling printit - timed out");
                _this.view.printit();
-               print("deleting tmp file");
+               print("deleting tmp file %s\n",file.get_path ());
                return false;                   
             }
             return true;