Skip to content

Commit 53c3005

Browse files
authored
Update health log message for clarity
1 parent b64639d commit 53c3005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sleeplog/boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if (global.sleeplog.conf.enabled) {
151151
// define health listener function
152152
// - called by event listener: "this"-reference points to global
153153
health: function(data) {
154-
print("Health data acquired");
154+
print("Sleep Log - Health Data Acquired");
155155
// check if global variable accessable
156156
if (!global.sleeplog) return new Error("sleeplog: Can't process health event, global object missing!");
157157

0 commit comments

Comments
 (0)