telegram raw with info

This commit is contained in:
zhiqiang feng
2020-12-28 12:25:26 +08:00
parent eaf32cf1e7
commit c37f4b081f
+1 -1
View File
@@ -92,7 +92,7 @@ func start() {
buffer, count := utils.ReadPort()
if count > 0 {
if lograw {
l.Error(string(buffer))
l.Info(string(buffer))
}
utils.Append(buffer)
}