Sergei G / Mbed OS Borsch

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

Revision:
4:b360d4f0bf34
Parent:
1:eebe442fc126
Child:
19:40f5bcec121e
--- a/source/jobTestPrint.cpp	Thu Jul 13 21:01:56 2017 +0000
+++ b/source/jobTestPrint.cpp	Fri Jul 14 00:13:32 2017 +0000
@@ -4,5 +4,5 @@
 #define TRACE_GROUP  "jtp"
 
 void JobTestPrint::Run() {
-    tr_debug("Job A");
+    tr_info("Job Test Print (hardcoded to run once on startup)");
 }