Title: [7864] trunk/scripts/kconfig/confdata.c: [#5694] kconfig: display an error message when aborting
Revision
7864
Author
vapier
Date
2009-11-24 14:49:06 -0500 (Tue, 24 Nov 2009)

Log Message

[#5694] kconfig: display an error message when aborting

Modified Paths

Diff

Modified: trunk/scripts/kconfig/confdata.c (7863 => 7864)


--- trunk/scripts/kconfig/confdata.c	2009-11-24 18:36:36 UTC (rev 7863)
+++ trunk/scripts/kconfig/confdata.c	2009-11-24 19:49:06 UTC (rev 7864)
@@ -640,6 +640,8 @@
 		fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
 		if (fd == -1) {
 			if (errno != ENOENT) {
+				conf_warning("sym '%s' with path '%s': %s",
+					     sym->name, path, strerror(errno));
 				res = 1;
 				break;
 			}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to