From 142facd986fe517807420ff1ae8a62c2000d1c02 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 14 Aug 2019 01:35:31 +0200 Subject: [PATCH] Improve method --- src/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;