Kaydet (Commit) 406c222f authored tarafından Andre Fischer's avatar Andre Fischer

#i109206# Removed unneccessary log messages.

üst 03c776f6
......@@ -862,12 +862,8 @@ static bool needsInstallBundledExtensionBlobs (
const ::osl::FileBase::RC eResult (aDirectoryItem.getFileStatus(aDirectoryStat));
if (eResult == ::osl::File::E_None)
{
rtl_logfile_longTrace("| checking last modification time of containing directory %s\n", U2A(rsDirectoryURL));
if (aDirectoryStat.getModifyTime().Seconds > aMarkerModifyTime.Seconds)
{
rtl_logfile_longTrace("| containing directory is newer than marker\n");
return true;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment