Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Unified Diff: utility/dump_kernel_config.c

Issue 2871033: Switch to using .vbprivk for signing everything now. (Closed) Base URL: ssh://git@chromiumos-git//vboot_reference.git
Patch Set: Okay, now tests pass again. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utility/dump_kernel_config.c
diff --git a/utility/dump_kernel_config.c b/utility/dump_kernel_config.c
index d4c44f621d1b70cf21bfbc0f94ec60df34100036..4decc7de41a712f346e12417d70381c7d61c079a 100644
--- a/utility/dump_kernel_config.c
+++ b/utility/dump_kernel_config.c
@@ -75,7 +75,7 @@ static void* MapFile(const char *filename, size_t *size) {
f = fopen(filename, "rb");
if (!f) {
- debug("Unable to open file %s\n", filename);
+ VBDEBUG(("Unable to open file %s\n", filename));
return NULL;
}
« no previous file with comments | « tests/run_vbutil_tests.sh ('k') | utility/vbutil_kernel.c » ('j') | utility/vbutil_key.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698