diff --git a/src/core.cpp b/src/core.cpp index 0a8f58e..406b396 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -79,7 +79,7 @@ namespace linuxdeploy { try { desktopfile::DesktopFile desktopFile = getMainDesktopFile(desktopFilePaths, deployedDesktopFiles); - ldLog() << "Deploying desktop file:" << desktopFile.path() << std::endl; + ldLog() << "Deploying files to AppDir root using desktop file:" << desktopFile.path() << std::endl; return appDir.setUpAppDirRoot(desktopFile, customAppRunPath); } catch (const DeployError& er) { return false;