Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop 28cb03fd8 -> a8ca2f6da


newtmgr - allow message to be logged to trace log.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a8ca2f6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a8ca2f6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/a8ca2f6d

Branch: refs/heads/develop
Commit: a8ca2f6daf060375cf66dffae25ebb30b1636cdd
Parents: 28cb03f
Author: Christopher Collins <ccoll...@apache.org>
Authored: Wed Oct 12 16:50:52 2016 -0700
Committer: Christopher Collins <ccoll...@apache.org>
Committed: Wed Oct 12 16:50:52 2016 -0700

----------------------------------------------------------------------
 newtmgr/nmutil/nmutil.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a8ca2f6d/newtmgr/nmutil/nmutil.go
----------------------------------------------------------------------
diff --git a/newtmgr/nmutil/nmutil.go b/newtmgr/nmutil/nmutil.go
index 5b63ed6..a95e95b 100644
--- a/newtmgr/nmutil/nmutil.go
+++ b/newtmgr/nmutil/nmutil.go
@@ -70,5 +70,5 @@ func LogOutgoing(bytes []byte) {
 }
 
 func LogMessage(msg string) {
-
+       fmt.Fprintf(traceFile, "Message: %s\n", msg)
 }

Reply via email to