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

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