--- a/src/file.cpp Tue Oct 22 19:22:15 2013 +0300 +++ b/src/file.cpp Tue Oct 22 19:28:45 2013 +0300 @@ -199,7 +199,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- File* openLDrawFile (str relpath, bool subdirs) -{ log ("%1: Try to open %2\n", __func__, relpath); +{ log ("Opening %1...\n", relpath); File* f = new File; str fullPath; @@ -241,7 +241,7 @@ } // Did not find the file. - log ("could not find %1\n", relpath); + log ("Could not find %1.\n", relpath); delete f; return null; }