mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
error message text change
This commit is contained in:
@@ -413,7 +413,7 @@ uint8_t Command::call(const uint8_t device_type, const char * command, const cha
|
||||
}
|
||||
}
|
||||
|
||||
std::string err = "no entity '" + std::string(cmd) + "' in " + dname;
|
||||
std::string err = "no '" + std::string(cmd) + "' in " + dname;
|
||||
output["message"] = err;
|
||||
LOG_WARNING("Command failed: %s", err.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user