diff options
author | Valery Piashchynski <[email protected]> | 2021-08-14 20:29:10 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-14 20:29:10 +0300 |
commit | 5a56dc33b9903e9d96e7c87067bd273ad2e68f8a (patch) | |
tree | aa5e6020d18fd42ee29ac3cf62ad41d4f18795c4 /plugins/server/command.go | |
parent | 6860326fa5d8f37f6e954da07fd53b9261731227 (diff) |
Update broadcast tests, add redis flusing. Initial impl of the job
drivers state.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/server/command.go')
-rw-r--r-- | plugins/server/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server/command.go b/plugins/server/command.go index e0b61896..b8bc1395 100644 --- a/plugins/server/command.go +++ b/plugins/server/command.go @@ -29,5 +29,5 @@ func (server *Plugin) scanCommand(cmd []string) error { return nil } } - return errors.E(errors.Str("scan failed, possible path not found"), op) + return errors.E(errors.Str("scan failed, possible path not found, this is not an error"), op) } |