fixed log output and new line issue

This commit is contained in:
Brad Rydzewski
2014-02-07 03:35:27 -07:00
parent bac4d2c3b2
commit 160a7a29ad
2 changed files with 4 additions and 1 deletions

View File

@@ -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) {