mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
stepping down from alert to warning to reduce tension from users of UHD devices
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6192 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -458,10 +458,10 @@ void L1Encoder::handoverPending(bool flag)
|
||||
{
|
||||
if (flag) {
|
||||
bool ok = mDownstream->setHandover(mTN);
|
||||
if (!ok) LOG(ALERT) << "handover setup failed";
|
||||
if (!ok) LOG(WARNING) << "handover setup failed";
|
||||
} else {
|
||||
bool ok = mDownstream->clearHandover(mTN);
|
||||
if (!ok) LOG(ALERT) << "handover clear failed";
|
||||
if (!ok) LOG(WARNING) << "handover clear failed";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user