service/example: use logger.

This commit is contained in:
Daniel Theophanes
2015-01-13 09:45:48 -08:00
parent 8b12f7ccf2
commit b9ab29aa33
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -62,7 +62,7 @@ func main() {
if err != nil {
panic(err)
}
logger, err = s.SystemLogger()
logger, err = s.Logger()
if err != nil {
panic(err)
}