summaryrefslogtreecommitdiff
path: root/udevstart.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-06-23 16:21:47 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-06-23 16:21:47 +0200
commit92b229c727e34164a88f59142054d4cdee510f4c (patch)
tree6216926d81f322b4bbb58fe3761295d188bbac6f /udevstart.c
parent3df3c93e2500b0dcf23989171d27c2b04d149407 (diff)
no newline in log messages
Diffstat (limited to 'udevstart.c')
-rw-r--r--udevstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevstart.c b/udevstart.c
index a381c411a8..6af5860e27 100644
--- a/udevstart.c
+++ b/udevstart.c
@@ -68,7 +68,7 @@ static int device_list_insert(const char *path, struct list_head *device_list)
struct device *new_device;
const char *devpath = &path[strlen(sysfs_path)];
- dbg("insert: '%s'\n", devpath);
+ dbg("insert: '%s'", devpath);
list_for_each_entry(loop_device, device_list, node) {
if (strcmp(loop_device->path, devpath) > 0) {