diff options
Diffstat (limited to 'mmc_updater')
-rw-r--r-- | mmc_updater/src/UpdateInstaller.cpp | 2 |
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()); |