bareos: master de78414f

Author Committer Branch Timestamp Parent
pstorz pstorz master 2018-02-21 14:11 master d4c4acac 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.cc Diff File
mod - src/dird/ua_select.cc Diff File