Blame SOURCES/0041-util-grub-install.c-write_to_disk-Add-an-info-messag.patch

a85e8e
From 2e763a9ee4ff7ec25c113b15cb41c11a5998505c Mon Sep 17 00:00:00 2001
a85e8e
From: Colin Watson <cjwatson@ubuntu.com>
a85e8e
Date: Thu, 23 Jan 2014 12:05:36 +0000
a85e8e
Subject: [PATCH 041/260] * util/grub-install.c (write_to_disk): Add an info
a85e8e
 message.
a85e8e
a85e8e
---
a85e8e
 ChangeLog           | 4 ++++
a85e8e
 util/grub-install.c | 1 +
a85e8e
 2 files changed, 5 insertions(+)
a85e8e
a85e8e
diff --git a/ChangeLog b/ChangeLog
a85e8e
index 1ede37091..eee8e78a7 100644
a85e8e
--- a/ChangeLog
a85e8e
+++ b/ChangeLog
a85e8e
@@ -1,3 +1,7 @@
a85e8e
+2014-01-23  Colin Watson  <cjwatson@ubuntu.com>
a85e8e
+
a85e8e
+	* util/grub-install.c (write_to_disk): Add an info message.
a85e8e
+
a85e8e
 2014-01-21  Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
 
a85e8e
 	* Makefile.am: Allow adding extra files to generated Windows ZIP
a85e8e
diff --git a/util/grub-install.c b/util/grub-install.c
a85e8e
index 5903f340a..787dc90fc 100644
a85e8e
--- a/util/grub-install.c
a85e8e
+++ b/util/grub-install.c
a85e8e
@@ -675,6 +675,7 @@ write_to_disk (grub_device_t dev, const char *fn)
a85e8e
 
a85e8e
   core_img = grub_util_read_image (fn);    
a85e8e
 
a85e8e
+  grub_util_info ("writing `%s' to `%s'", fn, dev->disk->name);
a85e8e
   err = grub_disk_write (dev->disk, 0, 0,
a85e8e
 			 core_size, core_img);
a85e8e
   free (core_img);
a85e8e
-- 
a85e8e
2.13.0
a85e8e