mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-16 17:54:15 +00:00
new line
This commit is contained in:
parent
e72a782bf0
commit
c5b009ba6f
@ -38,7 +38,7 @@ func ReadConfig(base string) *config {
|
|||||||
_, err := os.Stat(path)
|
_, err := os.Stat(path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
log.Printf("Debug logging directory %s doesn't exist, creating it", path)
|
log.Printf("Debug logging directory %s doesn't exist, creating it\n", path)
|
||||||
os.Mkdir(path, 0777)
|
os.Mkdir(path, 0777)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user