use of loge
This commit is contained in:
@@ -34,7 +34,7 @@ bool Updater::CheckUpdate() {
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
utils::LOG(utils::format("Error : %u", res.error()));
|
||||
utils::LOGE(utils::format("Error code : %u", res.error()));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user