From: Kern Sibbald Date: Tue, 28 Oct 2008 22:54:13 +0000 (+0000) Subject: kes Fix bug #1046 VolumeToCatalog incorrectly reports mounted X-Git-Tag: Release-5.0.3~1137 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2164c8a24c760574828d5182891f3bec01da77bb;p=bacula%2Frescue kes Fix bug #1046 VolumeToCatalog incorrectly reports mounted filesystems as missing on the Volume. kes Rewrite the set_jcr_job_status() code to include job status priorities so that more important status changes occur but lower priority status changes will not overwrite something more serious. This could possibly cause reporting incorrect status reporting in some cases. More testing is needed to ensure I have the right priorities. This vastly simplifies the previous contorted logic. Verify Diff status should now be correctly reported, whereas it was previously lost. kes Reduce some debug output. ---