Page 1 of 1

[Nagios-devel] notifications .c nagios 3.0.3

Posted: Tue Sep 02, 2008 4:46 am
by Guest
--=__Part3811C090.0__=
Content-Type: multipart/alternative; boundary="=__Part3811C090.1__="

--=__Part3811C090.1__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Hi,
=20
this is a patch File for debug function in notifications.c.
=20
=20
thx=20
uk


--=__Part3811C090.1__=
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML





Hi,
 
this is a patch File for debug function in notifications.c.
 
 
thx
uk

--=__Part3811C090.1__=--

--=__Part3811C090.0__=
Content-Type: text/plain; name="notifications.c.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="notifications.c.patch"

--- notifications.c 2008-09-02 13:41:06.000000000 +0200
+++ notifications.c 2008-09-02 13:34:41.000000000 +0200
@@ -262,7 +262,7 @@
=20
}
=20
- log_debug_info(DEBUGL_NOTIFICATIONS,0,"%d contacts were =
notified.",contacts_notified);
+ log_debug_info(DEBUGL_NOTIFICATIONS,0,"%d contacts were =
notified.\n",contacts_notified);
}
=20
/* there were no contacts, so no notification really occurred... =
*/
@@ -1151,7 +1151,7 @@
}
}
=20
- log_debug_info(DEBUGL_NOTIFICATIONS,0,"%d contacts were =
notified.",contacts_notified);
+ log_debug_info(DEBUGL_NOTIFICATIONS,0,"%d contacts were =
notified.\n",contacts_notified);
}
=20
/* there were no contacts, so no notification really occurred... =
*/

--=__Part3811C090.0__=--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]