readymqtt.2

This commit is contained in:
Gregor_Dutzler
2019-12-13 15:04:53 +01:00
parent 89426cfcee
commit 1ef61f13ab
4 changed files with 20 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ public class main {
mqtt m = new mqtt();
m.notifymessage();
} catch (Exception e) {
Log.debug("An error was happened in the class mqtt");
Log.error("An error occured in the class mqtt");
}
}
}