mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
Change Include pathes to Relative path
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user