Skip to content

Commit

Permalink
Correct arg plugin message
Browse files Browse the repository at this point in the history
  • Loading branch information
tknie committed Aug 14, 2024
1 parent 47008a6 commit 4063b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/storeAudit/greeter.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var dbRef *common.Reference
var password string

func pluginMessage(msg string, argv ...interface{}) {
services.ServerMessage(pluginName+": "+msg, argv)
services.ServerMessage(pluginName+": "+msg, argv...)
}

// var auditStoreID common.RegDbID
Expand Down

0 comments on commit 4063b35

Please sign in to comment.