Explorar el Código

버그수정2

master
kidjung hace 4 años
padre
commit
d7a1a33399
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main.go

+ 1
- 1
src/main.go Ver fichero

@@ -409,7 +409,7 @@ func main(){
409 409
 		} else if subscriptionTextSlice[3] == "false" {
410 410
 			subIsAlpha = false
411 411
 		} else {
412
-			println(numSub, "subscription isAlpha type error")
412
+			println(numSub, "subscription isAlpha type error.")
413 413
 		}
414 414
 
415 415
 		message = Message{From: microService.ClientAddr, Version: "1", Time: "1", Kind: SM}

Loading…
Cancelar
Guardar