Skip to content

Commit

Permalink
Merge pull request #42 from yuyiguo/typo1
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
yuyiguo authored Sep 16, 2021
2 parents 9eae31b + 5cb2ea1 commit 17e0ea1
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 17e0ea1

Please sign in to comment.