bareos: master 0094f9be

Author Committer Branch Timestamp Parent
pstorz pstorz master 2020-06-03 14:01 master d993dc7f Pending
Changeset fd_plugins: Fix misleading log when job is cancelled in plugin

When a job is cancelled in a plugin call, the log being was:
    Command plugin "python:..." requested, but is not loaded.

As this is very misleading, cancelling is handled individually and the
log being created now is:
    Command plugin "python:..." requested, but job is already cancelled.
mod - core/src/filed/fd_plugins.cc Diff File