Skip to content

Commit

Permalink
fix: Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 13, 2019
1 parent 04b2032 commit 5f0cd84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func newSuggestion(config string) suggestion.Suggestion {
return suggestion.New()
default:
log.Info("No valid name specified, using the default suggestion implementation",
"implementation", implementation)
"implementation", config)
return suggestion.New()
}
}
Expand Down

0 comments on commit 5f0cd84

Please sign in to comment.