diff options
-rw-r--r-- | cmd/cetus/apod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/apod.go b/cmd/cetus/apod.go index 4970f79..2c0f2a0 100644 --- a/cmd/cetus/apod.go +++ b/cmd/cetus/apod.go @@ -161,7 +161,7 @@ func dlAndCacheAPODBody() { // and the program shouldn't exit but should continue after // printing the log so that the user can investigate it later. if err != nil { - err = fmt.Errorf("%s\n%s", + err = fmt.Errorf("%s%s\n%s", "apod.go: failed to write body to file: ", file, err.Error()) log.Println(err) |