Skip to content

Commit

Permalink
libcore|Package: Print package metadata as a dev log message
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 17, 2014
1 parent 747b0ef commit 110f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libcore/src/filesys/package.cpp
Expand Up @@ -252,7 +252,7 @@ void Package::parseMetadata(File &packageFile) // static

metadata.addTime(TIMESTAMP, parsedAt);

LOG_RES_MSG("Parsed metadata of '%s':\n")
LOGDEV_RES_MSG("Parsed metadata of '%s':\n")
<< identifierForFile(packageFile)
<< packageFile.info().asText();
}
Expand Down

0 comments on commit 110f23c

Please sign in to comment.