Skip to content

Commit

Permalink
libdeng2|Refuge: Adjust log output level
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 27, 2014
1 parent c48300a commit 355e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/data/refuge.cpp
Expand Up @@ -41,7 +41,7 @@ Refuge::Refuge(String const &persistentPath) : d(new Instance)
catch(Error const &er)
{
LOG_AS("Refuge");
LOG_RES_VERBOSE("\"%s\" could not be read: %s") << persistentPath << er.asText();
LOGDEV_RES_MSG("\"%s\" could not be read: %s") << persistentPath << er.asText();
}
}

Expand Down

0 comments on commit 355e578

Please sign in to comment.