Skip to content

Commit 51f6326

Browse files
committed
Be more consistnet with log/fmt
1 parent b9cf66e commit 51f6326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/debug/debug.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package debug
33
import (
44
"fmt"
55
"io"
6-
"log"
76
"os"
87
"path/filepath"
98
"regexp"
@@ -101,7 +100,7 @@ func runningHelper(w io.Writer, service hasVersionInfo, label string) {
101100
func debugPorts() {
102101
cfg, err := config.GetChiaConfig()
103102
if err != nil {
104-
log.Println("Could not load config")
103+
fmt.Println("Could not load config")
105104
return
106105
}
107106

0 commit comments

Comments
 (0)