Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/am-utils/amd be specific about what we are matching aga...



details:   https://anonhg.NetBSD.org/src/rev/5bb8eb458da5
branches:  trunk
changeset: 544048:5bb8eb458da5
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 10 00:03:21 2003 +0000

description:
be specific about what we are matching against.

diffstat:

 dist/am-utils/amd/mntfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5b98be7afa1 -r 5bb8eb458da5 dist/am-utils/amd/mntfs.c
--- a/dist/am-utils/amd/mntfs.c Mon Mar 10 00:02:40 2003 +0000
+++ b/dist/am-utils/amd/mntfs.c Mon Mar 10 00:03:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mntfs.c,v 1.1.1.6 2003/03/09 01:13:11 christos Exp $   */
+/*     $NetBSD: mntfs.c,v 1.2 2003/03/10 00:03:21 christos Exp $       */
 
 /*
  * Copyright (c) 1997-2003 Erez Zadok
@@ -124,7 +124,7 @@
 {
   mntfs *mf;
 
-  dlog("Locating mntfs reference to %s", mp);
+  dlog("Locating mntfs reference to %s with %s", mp, info);
 
   ITER(mf, mntfs, &mfhead) {
     if (STREQ(mf->mf_mount, mp) && STREQ(mf->mf_info, info)) {



Home | Main Index | Thread Index | Old Index