# HG changeset patch # User Chris Cannam # Date 1519915461 0 # Node ID 0698743f52a44d5282ed12b9de3c5949f00cceb1 # Parent f684b19ab7774672fed122455a689534f1b279a5 Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy diff -r f684b19ab777 -r 0698743f52a4 main/PreferencesDialog.cpp --- a/main/PreferencesDialog.cpp Fri Feb 16 08:27:04 2018 +0000 +++ b/main/PreferencesDialog.cpp Thu Mar 01 14:44:21 2018 +0000 @@ -154,7 +154,7 @@ settings.value("overview-colour", m_overviewColour.name()) .toString(); m_overviewColour.setNamedColor(qcolorName); - cerr << "loaded colour " << m_overviewColour.name() << " from settings" << endl; + SVCERR << "loaded colour " << m_overviewColour.name() << " from settings" << endl; } settings.endGroup(); @@ -171,7 +171,7 @@ ColourComboBox *overviewColour = new ColourComboBox(false); int overviewColourIndex = ColourDatabase::getInstance()->getColourIndex(m_overviewColour); - cerr << "index = " << overviewColourIndex << " for colour " << m_overviewColour.name() << endl; + SVCERR << "index = " << overviewColourIndex << " for colour " << m_overviewColour.name() << endl; if (overviewColourIndex >= 0) { overviewColour->setCurrentIndex(overviewColourIndex); } @@ -328,7 +328,7 @@ QString f0 = f; f.replace("sonic-visualiser_", "").replace(".qm", ""); if (f == f0) { // our expectations about filename format were not met - cerr << "INFO: Unexpected filename " << f << " in i18n resource directory" << endl; + SVCERR << "INFO: Unexpected filename " << f << " in i18n resource directory" << endl; } else { m_locales.push_back(f); QString displayText; diff -r f684b19ab777 -r 0698743f52a4 vext-lock.json --- a/vext-lock.json Fri Feb 16 08:27:04 2018 +0000 +++ b/vext-lock.json Thu Mar 01 14:44:21 2018 +0000 @@ -4,10 +4,10 @@ "pin": "8742125177ae" }, "svcore": { - "pin": "622d193a00dc" + "pin": "87ae75da6527" }, "svgui": { - "pin": "5f68f5c74904" + "pin": "6e724c81f18f" }, "svapp": { "pin": "72b4870f0e6b"