From: Kern Sibbald Date: Sun, 3 Apr 2011 07:09:44 +0000 (+0200) Subject: Remove FATAL error for ignored events in old Exchange plugin X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ea8d86bff498ea2f31e9b7fa8c1b1f53817e5c2b;p=bacula%2Fbacula Remove FATAL error for ignored events in old Exchange plugin --- diff --git a/bacula/src/win32/filed/plugins/exchange-fd.c b/bacula/src/win32/filed/plugins/exchange-fd.c index d0dc0bf422..d70b20e3a2 100644 --- a/bacula/src/win32/filed/plugins/exchange-fd.c +++ b/bacula/src/win32/filed/plugins/exchange-fd.c @@ -354,7 +354,8 @@ static bRC handlePluginEvent(bpContext *ctx, bEvent *event, void *value) break; default: - _JobMessage(M_FATAL, "unknown event=%d\n", event->eventType); + _DebugMessage(0, "Ignored event=%d\n", event->eventType); + } bfuncs->getBaculaValue(ctx, bVarFDName, (void *)&name); return bRC_OK;