summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-12-05 06:55:24 +0200
committerGuillem Jover <guillem@debian.org>2008-12-05 06:55:24 +0200
commitdecb92e45369aea1969c3e3220610728bc36ceb6 (patch)
treecb314efa8489a3dfcc4a9cd70d2c8cb2191b1a42 /ChangeLog
parent778eaba6b21678a54cf0f83a960f93f65bc83742 (diff)
downloaddpkg-decb92e45369aea1969c3e3220610728bc36ceb6.tar.gz
libdpkg: Make warning() not implicitly print the errno string
The callers who want the errno string should call strerror().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9f52604..b88bc59a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-12-05 Guillem Jover <guillem@debian.org>
+ * lib/ehandle.c (warning): Do not implicitly print the errno string.
+ * lib/myopt.c (myfileopt): Print the errno string in the warning.
+
+2008-12-05 Guillem Jover <guillem@debian.org>
+
* lib/dpkg.h (warningf): Rename to ...
(warning): ... this. Fix all callers.