Browse Source

Break out logger as a reusable component

Jakob Borg 11 years ago
parent
commit
28610a9a42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debug.go

+ 1 - 1
debug.go

@@ -19,7 +19,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/syncthing/syncthing/internal/logger"
+	"github.com/calmh/logger"
 )
 
 var (