From 6e1c9ace8617c1b0a6d56a3aa77802948618f06f Mon Sep 17 00:00:00 2001 From: didg Date: Mon, 16 Feb 2004 08:59:52 +0000 Subject: [PATCH] Missing parameters for %d in LOG call. --- libatalk/util/server_child.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libatalk/util/server_child.c b/libatalk/util/server_child.c index cf626d29..2e1f3e16 100644 --- a/libatalk/util/server_child.c +++ b/libatalk/util/server_child.c @@ -1,5 +1,5 @@ /* - * $Id: server_child.c,v 1.7.4.1.2.2 2003-11-13 15:39:02 didg Exp $ + * $Id: server_child.c,v 1.7.4.1.2.3 2004-02-16 08:59:52 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. @@ -284,7 +284,9 @@ void server_child_kill_one_by_id(server_child *children, const int forkid, const LOG(log_info, logtype_default, "Disconnecting old session %d, client rebooted.", child->pid); } else { - LOG(log_info, logtype_default, "WARNING: 2 connections (%d, %d), boottime identical, don't know if one needs to be disconnected."); + LOG(log_info, logtype_default, + "WARNING: 2 connections (%d, %d), boottime identical, don't know if one needs to be disconnected.", + child->pid, pid); } } -- 2.39.2