summaryrefslogtreecommitdiffstats
path: root/mmc_updater
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-05 02:43:25 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-05 02:43:25 +0100
commit76f58eb42ccc2c19f6952cbae501c17c06c3671b (patch)
treefc5a20544b1349dd9c4bcf6e2b87e25c5960618d /mmc_updater
parentb49fa9d2a99b1230dd9b3146d5a1bb65848b4aae (diff)
downloadMultiMC-76f58eb42ccc2c19f6952cbae501c17c06c3671b.tar
MultiMC-76f58eb42ccc2c19f6952cbae501c17c06c3671b.tar.gz
MultiMC-76f58eb42ccc2c19f6952cbae501c17c06c3671b.tar.lz
MultiMC-76f58eb42ccc2c19f6952cbae501c17c06c3671b.tar.xz
MultiMC-76f58eb42ccc2c19f6952cbae501c17c06c3671b.zip
Fix logging string derp on OSX
Diffstat (limited to 'mmc_updater')
-rw-r--r--mmc_updater/src/UpdateInstaller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmc_updater/src/UpdateInstaller.cpp b/mmc_updater/src/UpdateInstaller.cpp
index 3459ab95..29cda0dc 100644
--- a/mmc_updater/src/UpdateInstaller.cpp
+++ b/mmc_updater/src/UpdateInstaller.cpp
@@ -445,7 +445,7 @@ void UpdateInstaller::postInstallUpdate()
// touch the application's bundle directory so that
// OS X' Launch Services notices any changes in the application's
// Info.plist file.
- LOG(Info,"Touching " + m_installDir.c_str() + " to notify OSX of metadata changes.");
+ LOG(Info,"Touching " + m_installDir + " to notify OSX of metadata changes.");
if(!m_dryRun)
{
FileUtils::touch(m_installDir.c_str());