Skip to content

Commit 6099229

Browse files
Add files via upload
1 parent 423c107 commit 6099229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func admin(cc chan ControlMessage, statusPollChannel chan chan bool) {
8383
cc <- msg
8484

8585
// Create response
86-
fmt.Fprintf(w,"Sent Control message about Text and Number: %s, Number: %d",
86+
fmt.Fprintf(w,"Sent Control message about Text: %s, Number: %d",
8787
html.EscapeString(r.FormValue("text")),
8888
number,
8989
)

0 commit comments

Comments
 (0)