Skip to content

Commit

Permalink
Fix verboseHelp to actually show the correct default mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jul 13, 2012
1 parent 1dc048f commit 09a5e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/logging.cpp
Expand Up @@ -1042,7 +1042,7 @@ void verboseInit(void)
/// (for --verbose help)
void verboseHelp(void)
{
QString m_verbose = verboseString.trimmed();
QString m_verbose = userDefaultValueStr.trimmed();
m_verbose.replace(QRegExp(" "), ",");
m_verbose.remove(QRegExp("^,"));

Expand Down

0 comments on commit 09a5e63

Please sign in to comment.