Skip to content

Commit

Permalink
Fixes intelsdi-x#891: Modify autodiscover load plugin log
Browse files Browse the repository at this point in the history
Modify autodiscover plugin load log output to output plugin file name
instead of dumping the plugin file object.
  • Loading branch information
IRCody committed Apr 29, 2016
1 parent 891c09f commit bd6f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapd.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func action(ctx *cli.Context) {
"_block": "main",
"_module": "snapd",
"autodiscoverpath": fullPath,
"plugin": file,
"plugin-file-name": file.Name(),
"plugin-name": pl.Name(),
"plugin-version": pl.Version(),
"plugin-type": pl.TypeName(),
Expand Down

0 comments on commit bd6f5e4

Please sign in to comment.