Fix logging string derp on OSX
This commit is contained in:
parent
b49fa9d2a9
commit
76f58eb42c
@ -445,7 +445,7 @@ void UpdateInstaller::postInstallUpdate()
|
|||||||
// touch the application's bundle directory so that
|
// touch the application's bundle directory so that
|
||||||
// OS X' Launch Services notices any changes in the application's
|
// OS X' Launch Services notices any changes in the application's
|
||||||
// Info.plist file.
|
// 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)
|
if(!m_dryRun)
|
||||||
{
|
{
|
||||||
FileUtils::touch(m_installDir.c_str());
|
FileUtils::touch(m_installDir.c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user