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-Tag: Release-5.2.1~493 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6aad3acda7d44adc467f669788de33c4f90f12bd;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;