From fa31ce4fabd4b352937756680bf2a52a4d3ee036 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 27 Oct 1995 02:12:58 +0000 Subject: Clean up some last bogons with the WEB server setup (now that I'm far enough along to worry about such things!). --- release/sysinstall/package.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/sysinstall/package.c') diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index 114e171af879..9a2028c5360b 100644 --- a/release/sysinstall/package.c +++ b/release/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.18 1995/10/24 02:18:18 jkh Exp $ + * $Id: package.c,v 1.20 1995/10/26 08:56:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -72,7 +72,7 @@ package_extract(Device *dev, char *name) /* Check to make sure it's not already there */ if (!vsystem("pkg_info -e %s", name)) { - msgDebug("package %s marked as already installed - return SUCCESS.\n"); + msgDebug("package %s marked as already installed - return SUCCESS.\n", name); return RET_SUCCESS; } -- cgit v1.3