X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=bfe5fffe033dac37b6d06c16886dc078e063d54e;hb=2983a122b09ace8de8be19a3e3566aa5deb09b81;hp=9868e5112c419d2c8faad2ec34e9fdd25919830f;hpb=77108275fe6c5cefa1b7d330a3acf48c12275230;p=petitboot diff --git a/discover/device-handler.c b/discover/device-handler.c index 9868e51..bfe5fff 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -897,7 +897,7 @@ out: * TRANSLATORS: the format specifier in this string is a Linux * device identifier, like 'sda1' */ - status->message = talloc_asprintf(status,_("Processing %s complete\n"), + status->message = talloc_asprintf(status,_("Processing %s complete"), dev->device->id); boot_status(handler, status); @@ -936,7 +936,7 @@ int device_handler_dhcp(struct device_handler *handler, * TRANSLATORS: this format specifier will be the name of a network * device, like 'eth0'. */ - status->message = talloc_asprintf(status,_("Processing %s complete\n"), + status->message = talloc_asprintf(status,_("Processing %s complete"), dev->device->id); boot_status(handler, status);