Skip to content

Commit

Permalink
Increase default verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertymodo committed Jun 30, 2023
1 parent 913f403 commit 8f42840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msupcm++/GlobalConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ std::wstring GlobalConfig::m_url = L"";
std::fstring_t GlobalConfig::m_output_prefix = WSTR_L("");
double GlobalConfig::m_normalization = 0.0;
bool GlobalConfig::m_dither = true;
unsigned int GlobalConfig::m_verbosity = 1;
unsigned int GlobalConfig::m_verbosity = 2;
bool GlobalConfig::m_keep_temps = false;
int GlobalConfig::m_first_track = -1;
int GlobalConfig::m_last_track = -1;
Expand Down

0 comments on commit 8f42840

Please sign in to comment.