Darien Raymond 7 роки тому
батько
коміт
bc1979400e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      common/log/log.go

+ 1 - 1
common/log/log.go

@@ -24,7 +24,7 @@ type GeneralMessage struct {
 
 // String implements Message.
 func (m *GeneralMessage) String() string {
-	return serial.Concat("[", m.Severity, "]: ", m.Content)
+	return serial.Concat("[", m.Severity, "] ", m.Content)
 }
 
 // Record writes a message into log stream.