Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyiguo committed Sep 16, 2021
1 parent 9eae31b commit 5cb2ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stompserver/stompserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {
} else if Config.Producer == "cmsswpop" {
traceServer("swpop")
} else if Config.Producer == "xrootd" {
xrtdServer()
traceServer("xrtd")
} else {
log.Fatalln("No trace system defined. Check server configuration.")
}
Expand Down

0 comments on commit 5cb2ea1

Please sign in to comment.