Fixed windows build (erased unwanted bracket)
--HG-- branch : develop
This commit is contained in:
parent
424f3d60e9
commit
29cd62e5ef
|
@ -730,7 +730,7 @@ void VApplication::GatherLogs() const
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qCDebug(vApp, "Failed to lock %s", qUtf8Printable(info.absoluteFilePath())));
|
qCDebug(vApp, "Failed to lock %s", qUtf8Printable(info.absoluteFilePath()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user