summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-26 23:54:16 +0000
committerneilbrown <neilbrown>2006-03-26 23:54:16 +0000
commit3adabc36875e73fead1b15c7c5eb8f357ad039f7 (patch)
treedbe157853a201c1238b8ff66ba556bd63c37f306 /ChangeLog
parent356c26cc3b8b653618638654d2037719a11d95b6 (diff)
downloadnfs-utils-3adabc36875e73fead1b15c7c5eb8f357ad039f7.tar.gz
nfs-utils-3adabc36875e73fead1b15c7c5eb8f357ad039f7.tar.xz
nfs-utils-3adabc36875e73fead1b15c7c5eb8f357ad039f7.zip
Set libnfsidmap library debugging level and logging function.
This patch adds a call to the new libnfsidmap library function nfs4_set_debug(), which defines the verbosity level libnfsidmap should use as well as the logging function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b24b46c..b771721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-27 Steve Dickson <steved@redhat.com>
+ Set libnfsidmap library debugging level and logging function.
+
+ This patch adds a call to the new libnfsidmap library function
+ nfs4_set_debug(), which defines the verbosity level libnfsidmap
+ should use as well as the logging function.
+
2006-03-27 Kevin Coffman <kwc@citi.umich.edu>
Don't close file descriptor until after calling event_del().