summaryrefslogtreecommitdiff
path: root/local.go
diff options
context:
space:
mode:
Diffstat (limited to 'local.go')
-rw-r--r--local.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.go b/local.go
index c2e16f6..72c4e79 100644
--- a/local.go
+++ b/local.go
@@ -247,5 +247,5 @@ func (a *LocalConn) GetLogger() *log.Logger {
// Log records an item in the with the Logger. Arguments are handled
// as with fmt.Println.
func (a *LocalConn) Log(v ...interface{}) {
- a.Logger.Print(v...)
+ a.Logger.Println(v...)
}