Update date of copyright notices
[src/app-framework-binder.git] / src / afb-supervision.c
index 9759524..4d471e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -316,7 +316,7 @@ static void on_supervision_call(void *closure, struct afb_xreq *xreq)
                i = 0;
                if (wrap_json_unpack(args, "i", &i))
                        wrap_json_unpack(args, "{si}", "code", &i);
-               ERROR("existing from supervision with code %d -> %d", i, i & 127);
+               ERROR("exiting from supervision with code %d -> %d", i, i & 127);
                exit(i & 127);
                break;
        case Sclose: