Skip to content

Commit

Permalink
Merge pull request RangeNetworks#2 from iedemam/master
Browse files Browse the repository at this point in the history
drop log level of benign READFACTORY failure to INFO
  • Loading branch information
iedemam committed Jun 27, 2014
2 parents 32b1768 + 499eaae commit 42b4d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRXManager/TRXManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ signed ::ARFCNManager::getFactoryCalibration(const char * param)
signed value;
int status = sendCommand("READFACTORY", param, &value);
if (status!=0) {
LOG(ALERT) << "READFACTORY failed with status " << status;
LOG(INFO) << "READFACTORY failed with status " << status;
return false;
}
return value;
Expand Down

0 comments on commit 42b4d90

Please sign in to comment.