Change Include pathes to Relative path

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-10-13 14:38:14 +09:00
parent b4a598e895
commit b387c4c341
3 changed files with 21 additions and 22 deletions

View File

@@ -41,7 +41,8 @@ int main(int argc, char** argv)
gateway.initialize(argc, argv);
gateway.run();
}
catch (const std::exception &ex) {
catch (const std::exception &ex)
{
WRITELOG("\nEclipse Paho MQTT-SN Gateway exception: %s\n", ex.what());
WRITELOG("MQTT-SNGateway [-f Config file name]\n");
}