Index: /trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp	(revision 71509)
+++ /trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp	(revision 71510)
@@ -1390,10 +1390,11 @@
     }
 
-    const char *pszFileName = RTPathFilename(mSource.c_str());
+    const char *pszFileName = mSource.c_str();
 
     if (   !pszFileName
         || !RTFileExists(pszFileName))
     {
-        setProgressErrorMsg(VBOX_E_IPRT_ERROR, Utf8StrFmt(GuestSession::tr("Source file not valid or does not exist")));
+        setProgressErrorMsg(VBOX_E_IPRT_ERROR,
+                            Utf8StrFmt(GuestSession::tr("Source file \"%s\" not valid or does not exist"), pszFileName));
         return VERR_FILE_NOT_FOUND;
     }
