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:
Kurtis Heimerl
2013-08-15 23:32:59 +00:00
parent 6dfce1265c
commit b288d5c7ff
2 changed files with 3 additions and 3 deletions

View File

@@ -546,7 +546,7 @@ bool ::ARFCNManager::clearHandover(unsigned TN)
assert(TN<8);
int status = sendCommand("NOHANDOVER",TN);
if (status!=0) {
LOG(ALERT) << "NOHANDOVER failed with status " << status;
LOG(WARNING) << "NOHANDOVER failed with status " << status;
return false;
}
return true;