bareos: bareos-17.2 eb8f27ce

Author Committer Branch Timestamp Parent
pstorz pstorz bareos-17.2 2018-02-21 14:11 bareos-17.2 0e3298c4 Pending
Changeset console runscripts: suppress output about autoselection

When a console command runs something on the database,
two Job Messages with JobId 0 are created:

JobId 1: console command: run AfterJob "update jobid=1 jobtype=A"
JobId 0: Automatically selected Catalog: MyCatalog
JobId 0: Using Catalog "MyCatalog"

This commit suppresses these messages.
mod - src/dird/ua_db.c Diff File
mod - src/dird/ua_select.c Diff File