mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-22 15:30:09 +00:00
Replaced explicit typ
This commit is contained in:
parent
505751e64a
commit
4106c15d6f
@ -434,7 +434,7 @@ bool ReturnStatus(int fd, bool status = true, const string msg = "") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool SetLogLevel(const string& log_level) {
|
bool SetLogLevel(const string& log_level) {
|
||||||
map<string, level::level_enum>::iterator it = available_log_levels.find(log_level);
|
auto it = available_log_levels.find(log_level);
|
||||||
if (it == available_log_levels.end()) {
|
if (it == available_log_levels.end()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user