summaryrefslogtreecommitdiff
path: root/recording/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'recording/watcher.go')
-rw-r--r--recording/watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/recording/watcher.go b/recording/watcher.go
index 92d2135..c058496 100644
--- a/recording/watcher.go
+++ b/recording/watcher.go
@@ -188,7 +188,7 @@ func watch(
logger.Printf("Cannot parse Dan Mu message JSON: %v\n", err)
continue
}
- logger.Printf("Dan mu: %v\n", dmm.String())
+ logger.Printf("Dan Mu: %v\n", dmm.String())
default:
logger.Printf("Ignoring server message %v %v %v\n",
info.Command, msg.Operation, string(msg.Body))