Revert "Follow up fix for the log level "everything""

This reverts commit a6428d2376.
This commit is contained in:
Harald Welte 2013-03-19 09:55:42 +01:00
parent 9b1867093f
commit 54c5ed1518
1 changed files with 0 additions and 3 deletions

View File

@ -135,9 +135,6 @@ int log_parse_level(const char *lvl)
/*! \brief convert a numeric log level into human-readable string */
const char *log_level_str(unsigned int lvl)
{
/* backwards compatibility */
if (lvl == 0)
return loglevel_strs[0].str;
return get_value_string(loglevel_strs, lvl);
}