Switch to side-by-side view

--- a/tool/src/main/Script.java
+++ b/tool/src/main/Script.java
@@ -150,8 +150,8 @@
     public void runJava(File scriptFile, String methodName, String className) {
         // shall we interpret this file?
         if(scriptFile.exists()==false){
-            script.log.write(is.NOTFOUND, "Couldn't find the mentioned script"
-                    + " at %1", scriptFile.getAbsolutePath());
+            script.log.write(is.NOTFOUND, "SC23 - Couldn't find script file"
+                    + " %1", scriptFile.getAbsolutePath());
             return;
         }