]> andersk Git - moira.git/commitdiff
Move zephyr notification stuff into call to critical_alert
authormar <mar>
Wed, 3 Aug 1988 18:21:37 +0000 (18:21 +0000)
committermar <mar>
Wed, 3 Aug 1988 18:21:37 +0000 (18:21 +0000)
server/qrtn.qc

index 8012b9b0fd77046b320cda51dbc8a06e5943d213..c951d8cccc65cb723442fa0ddfc2aea7e142e858 100644 (file)
@@ -48,8 +48,7 @@ static int ingerr(num)
     default:
        ingres_errno = SMS_INGRES_ERR;
        com_err(whoami, SMS_INGRES_ERR, " code %d\n", *num);
     default:
        ingres_errno = SMS_INGRES_ERR;
        com_err(whoami, SMS_INGRES_ERR, " code %d\n", *num);
-       sprintf(buf, "Ingres error %d", *num);
-       send_zgram("ingres_error", buf);
+       critical_alert("SMS", "SMS server encountered INGRES ERROR %d", *num);
        return (*num);
     }
     return (0);
        return (*num);
     }
     return (0);
This page took 0.041991 seconds and 5 git commands to generate.