summaryrefslogtreecommitdiff
path: root/recording
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-09-07 14:07:15 +0800
committerKeuin <[email protected]>2022-09-07 14:07:15 +0800
commitc80f76cb504e425f5d787eaaf801d6f55d0a4535 (patch)
tree831bba3e12c37aefb1ba5f38b36982095ad9697a /recording
parent00595609af53514ffd39d9aeab0d33e6d84cbdb5 (diff)
Dan mu -> Dan Mu
Diffstat (limited to 'recording')
-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))