From 5c3bc79ed4010c977fd61e0ebee71e2562e2f1bb Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Wed, 22 Dec 2004 05:30:58 +0000 Subject: [PATCH] typo --- cluster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster.c b/cluster.c index eab0485..b4cdd7f 100644 --- a/cluster.c +++ b/cluster.c @@ -1,6 +1,6 @@ // L2TPNS Clustering Stuff -char const *cvs_id_cluster = "$Id: cluster.c,v 1.27 2004-12-20 07:23:42 bodea Exp $"; +char const *cvs_id_cluster = "$Id: cluster.c,v 1.28 2004-12-22 05:30:58 bodea Exp $"; #include #include @@ -868,7 +868,7 @@ int cluster_send_session(int sid) } if (forked) { - LOG(0, sid, 0, "cluster_send_session called from child process!"\n"); + LOG(0, sid, 0, "cluster_send_session called from child process!\n"); return -1; } -- 2.20.1