summaryrefslogtreecommitdiff
path: root/backend/snmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/snmp.c')
-rw-r--r--backend/snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/snmp.c b/backend/snmp.c
index 9572822a8..084c6f511 100644
--- a/backend/snmp.c
+++ b/backend/snmp.c
@@ -424,7 +424,7 @@ alarm_handler(int sig) /* I - Signal number */
#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */
if (DebugLevel)
- write(2, "DEBUG: ALARM!\n", 14);
+ backendMessage("DEBUG: ALARM!\n");
}