summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/lock.c
diff options
context:
space:
mode:
authorKarel Zak2010-11-08 11:14:44 +0100
committerKarel Zak2011-01-03 12:28:46 +0100
commit1d0cd73f3f8929132e731a821ceb07fa6193c00c (patch)
tree6ef4dd8d0d801baa03a8dcf1a6830d265ef7524b /shlibs/mount/src/lock.c
parentlibmount: fix Makefile and tests (diff)
downloadkernel-qcow2-util-linux-1d0cd73f3f8929132e731a821ceb07fa6193c00c.tar.gz
kernel-qcow2-util-linux-1d0cd73f3f8929132e731a821ceb07fa6193c00c.tar.xz
kernel-qcow2-util-linux-1d0cd73f3f8929132e731a821ceb07fa6193c00c.zip
libmount: rewrite update
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/lock.c')
-rw-r--r--shlibs/mount/src/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/lock.c b/shlibs/mount/src/lock.c
index d8043121d..b4fa7f7d1 100644
--- a/shlibs/mount/src/lock.c
+++ b/shlibs/mount/src/lock.c
@@ -424,7 +424,7 @@ int mnt_lock_file(mnt_lock *ml)
}
}
DBG(LOCKS, mnt_debug_h(ml,
- "LOCK: %s: (%d) successfully locked\n",
+ "%s: (%d) successfully locked\n",
lockfile, getpid()));
unlink(linkfile);
return 0;