X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm-info.c;h=d95091c4a43edae87d1052eaba8cd5f92556b719;hb=6068553195f43a2fd7987c48178de23b63a09f15;hp=88bb0d401ff2dcf2f5117b8b7bdd9a53d11e923b;hpb=405c307a72af520a8aba5609112a8c3a2b8a42a3;p=elogind.git diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 88bb0d401..d95091c4a 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Kay Sievers + * Copyright (C) 2004-2009 Kay Sievers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ static void print_all_attributes(struct udev_device *device, const char *key) value = udev_device_get_sysattr_value(device, dent->d_name); if (value == NULL) continue; - dbg(udev, "attr '%s'='%s'(%zi)\n", dent->d_name, value, len); + dbg(udev, "attr '%s'='%s'\n", dent->d_name, value); /* skip nonprintable attributes */ len = strlen(value);