mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:03:22 +00:00
fixed log output and new line issue
This commit is contained in:
@@ -30,7 +30,7 @@ var output io.Writer = os.Stdout
|
||||
var prefix string
|
||||
|
||||
// the log suffix
|
||||
var suffix string = "/n"
|
||||
var suffix string = "\n"
|
||||
|
||||
// SetPriority sets the default log level.
|
||||
func SetPriority(level int) {
|
||||
|
Reference in New Issue
Block a user