summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2011-02-04 05:50:43 +0100
committerGuillem Jover <guillem@debian.org>2011-02-11 06:59:22 +0100
commit1baad8809039eb52113f2e647800cccf77168349 (patch)
tree3579913fe5b217ca3dd8dd7a5ead03721516713f /dselect/pkgdisplay.cc
parent5e7235bf69f016a1ade715c4a6be3a40d2cde4b5 (diff)
downloaddpkg-1baad8809039eb52113f2e647800cccf77168349.tar.gz
dselect: Switch to use libdpkg debug support
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index fa45dc5ed..bf370a804 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -130,7 +130,7 @@ static int maximumstring(const char *const *array) {
}
void packagelist::setwidths() {
- if (debug) fprintf(debug,"packagelist[%p]::setwidths()\n",this);
+ debug(dbg_general, "packagelist[%p]::setwidths()", this);
if (verbose) {
status_hold_width= 9;