summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/rde_spf.c
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2008-02-11 12:37:38 +0000
committerEsben Norby <norby@cvs.openbsd.org>2008-02-11 12:37:38 +0000
commit96ab3bcb1b7dd892b4f373bef0b2aae0300d1572 (patch)
tree4d48a34bc1f62e90a440664cc0e504c75a77baba /usr.sbin/ospfd/rde_spf.c
parent21669f1ae99f4e7041ed689cc6a8413b143747b5 (diff)
Correct the output of several error and debug messages.
Diffstat (limited to 'usr.sbin/ospfd/rde_spf.c')
-rw-r--r--usr.sbin/ospfd/rde_spf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde_spf.c b/usr.sbin/ospfd/rde_spf.c
index 890388ce40d..3901838ee4b 100644
--- a/usr.sbin/ospfd/rde_spf.c
+++ b/usr.sbin/ospfd/rde_spf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_spf.c,v 1.65 2007/10/01 08:35:12 norby Exp $ */
+/* $OpenBSD: rde_spf.c,v 1.66 2008/02/11 12:37:37 norby Exp $ */
/*
* Copyright (c) 2005 Esben Norby <norby@openbsd.org>
@@ -638,7 +638,7 @@ start_spf_holdtimer(struct ospfd_conf *conf)
case SPF_HOLDQUEUE:
fatalx("start_spf_holdtimer: invalid state");
default:
- fatalx("spf_start_holdtimer: unknown state");
+ fatalx("start_spf_holdtimer: unknown state");
}
}