mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-31 12:29:14 +03:00
getData
This commit is contained in:
@@ -14,11 +14,11 @@ class PrintMessage {
|
||||
_module = module;
|
||||
}
|
||||
|
||||
void error(const String str) {
|
||||
void error(const String& str) {
|
||||
print(EL_ERROR, str);
|
||||
}
|
||||
|
||||
void info(const String str) {
|
||||
void info(const String& str) {
|
||||
print(EL_INFO, str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user