From 92b229c727e34164a88f59142054d4cdee510f4c Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 23 Jun 2007 16:21:47 +0200 Subject: no newline in log messages --- udevstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udevstart.c') 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) { -- cgit v1.2.3-54-g00ecf