Surface errors from configuring the webserver

This commit is contained in:
Stephen Marshall
2018-05-04 10:58:12 +01:00
parent 6775264bcc
commit c389886d3c
2 changed files with 7 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ func configureWebServer() error {
}
err := CopyFile(from, to)
if err != nil {
log.Debug(err)
log.Error(err)
return err
}
}