Fixed windows build (erased unwanted bracket)

--HG--
branch : develop
This commit is contained in:
Valentina Zhuravska 2015-10-03 07:50:38 +03:00
parent 424f3d60e9
commit 29cd62e5ef

View File

@ -730,7 +730,7 @@ void VApplication::GatherLogs() const
}
else
{
qCDebug(vApp, "Failed to lock %s", qUtf8Printable(info.absoluteFilePath())));
qCDebug(vApp, "Failed to lock %s", qUtf8Printable(info.absoluteFilePath()));
}
}
}