From c716fef0e376c4bcc8150c8657d3abdbf0e23d1e Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 30 Sep 2016 00:52:35 -0700 Subject: [PATCH] minor: change wording in restore-wifi-sync script --- platform/kobo/restore-wifi-async.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/kobo/restore-wifi-async.sh b/platform/kobo/restore-wifi-async.sh index 0c3f7301c..9e45bd53b 100644 --- a/platform/kobo/restore-wifi-async.sh +++ b/platform/kobo/restore-wifi-async.sh @@ -1,9 +1,10 @@ #!/bin/sh RestoreWifi() { + echo "[$(date)] restore-wifi-async.sh: Restarting WiFi" ./enable-wifi.sh ./obtain-ip.sh - echo "[$(date)] Kobo Suspend: Restarted WiFi" + echo "[$(date)] restore-wifi-async.sh: Restarted WiFi" } RestoreWifi &