mirror of
https://github.com/monero-project/monero.git
synced 2025-12-17 18:44:16 -05:00
commit
45bb393577
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ namespace net_utils
|
||||||
stop_handling = true;
|
stop_handling = true;
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
LOG_ERROR("Error in munin state machine! Unkonwon state=" << m_machine_state);
|
LOG_ERROR("Error in munin state machine! Unknown state=" << m_machine_state);
|
||||||
stop_handling = true;
|
stop_handling = true;
|
||||||
m_machine_state = http_state_error;
|
m_machine_state = http_state_error;
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue