mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Change debug files from ergonomadic -> oragono
This commit is contained in:
parent
ef25b5b5c7
commit
16c4b4166a
2
.gitignore
vendored
2
.gitignore
vendored
@ -106,3 +106,5 @@ _testmain.go
|
||||
/oragono
|
||||
/build/*
|
||||
_test
|
||||
oragono.prof
|
||||
oragono.mprof
|
||||
|
@ -43,7 +43,7 @@ func debugHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
|
||||
client.Notice(fmt.Sprintf("num goroutines: %d", count))
|
||||
|
||||
case "PROFILEHEAP":
|
||||
profFile := "ergonomadic.mprof"
|
||||
profFile := "oragono.mprof"
|
||||
file, err := os.Create(profFile)
|
||||
if err != nil {
|
||||
client.Notice(fmt.Sprintf("error: %s", err))
|
||||
@ -54,7 +54,7 @@ func debugHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
|
||||
client.Notice(fmt.Sprintf("written to %s", profFile))
|
||||
|
||||
case "STARTCPUPROFILE":
|
||||
profFile := "ergonomadic.prof"
|
||||
profFile := "oragono.prof"
|
||||
file, err := os.Create(profFile)
|
||||
if err != nil {
|
||||
client.Notice(fmt.Sprintf("error: %s", err))
|
||||
|
Loading…
Reference in New Issue
Block a user