Quiet some warnings
This commit is contained in:
@@ -152,12 +152,12 @@ protected:
|
|||||||
// check for a version redirect entry
|
// check for a version redirect entry
|
||||||
auto alt = alternateForVersion(ver, props);
|
auto alt = alternateForVersion(ver, props);
|
||||||
if (alt) {
|
if (alt) {
|
||||||
SG_LOG(SG_GENERAL, SG_WARN, "have alternate version of package at:"
|
SG_LOG(SG_GENERAL, SG_INFO, "have alternate version of package at:"
|
||||||
<< alt->getStringValue("url"));
|
<< alt->getStringValue("url"));
|
||||||
m_owner->processAlternate(alt);
|
m_owner->processAlternate(alt);
|
||||||
} else {
|
} else {
|
||||||
SG_LOG(SG_GENERAL, SG_WARN, "downloaded catalog " << m_owner->url()
|
SG_LOG(SG_GENERAL, SG_DEBUG, "downloaded catalog " << m_owner->url()
|
||||||
<< ", but app version " << ver << " is not comaptible");
|
<< ", but app version " << ver << " is not compatible");
|
||||||
m_owner->refreshComplete(Delegate::FAIL_VERSION);
|
m_owner->refreshComplete(Delegate::FAIL_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user