Skip to content

Commit

Permalink
FS|libcore: Adjusted log entry verbosity when updating archives
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 26, 2017
1 parent 7d035cf commit e5cbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/filesys/archivefeed.cpp
Expand Up @@ -123,7 +123,7 @@ DENG2_PIMPL(ArchiveFeed)
// If modified, the archive is written back to the file.
if (arch->modified())
{
LOG_RES_MSG("Updating archive in ") << file->description();
LOG_RES_VERBOSE("Updating archive in ") << file->description();

// Make sure we have either a compressed or uncompressed version of
// each entry in memory before destroying the source file.
Expand Down

0 comments on commit e5cbbaf

Please sign in to comment.