diff options
Diffstat (limited to 'contrib/amd/fsinfo/fsinfo.c')
-rw-r--r-- | contrib/amd/fsinfo/fsinfo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/amd/fsinfo/fsinfo.c b/contrib/amd/fsinfo/fsinfo.c index c9c7546..6db1910 100644 --- a/contrib/amd/fsinfo/fsinfo.c +++ b/contrib/amd/fsinfo/fsinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2001 Erez Zadok + * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 The Regents of the University of California. @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: fsinfo.c,v 1.5.2.2 2001/01/10 03:23:34 ezk Exp $ + * $Id: fsinfo.c,v 1.5.2.5 2003/07/18 04:50:20 ezk Exp $ * */ @@ -184,9 +184,9 @@ Usage: %s [-v] [-a autodir] [-h hostname] [-b bootparams] [-d dumpsets]\n\ } if (g_argv[0]) - log("g_argv[0] = %s", g_argv[0]); + fsi_log("g_argv[0] = %s", g_argv[0]); else - log("g_argv[0] = (nil)"); + fsi_log("g_argv[0] = (nil)"); } |