Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Oct 18, 2015
1 parent d784f32 commit 4e60c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtfblog.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ func getDBConnString() string {
if config != "" && config[0] == '$' {
envVar := os.ExpandEnv(config)
if envVar == "" {
logger.Log(fmt.Sprintf("Can't find env var %q", config))
logger.Println(fmt.Sprintf("Can't find env var %q", config))
}
return envVar
}
Expand Down

0 comments on commit 4e60c28

Please sign in to comment.