summaryrefslogtreecommitdiffstats
path: root/libflash
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-06-07 15:39:45 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-06-18 22:13:43 -0500
commite50e239b75c38efc084aec21969d7060bf6a2e29 (patch)
tree06df39d9e43d56dbb082c9cdb5901b4bd852b330 /libflash
parent8f650b6d55b4060cca7b8a2fa2850bc73890b179 (diff)
downloadtalos-skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.tar.gz
talos-skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.zip
libflash: quieten our logging
Suggested-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'libflash')
-rw-r--r--libflash/errors.h2
-rw-r--r--libflash/mbox-flash.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/libflash/errors.h b/libflash/errors.h
index d144e097..27662c13 100644
--- a/libflash/errors.h
+++ b/libflash/errors.h
@@ -37,7 +37,7 @@
#ifdef __SKIBOOT__
#include <skiboot.h>
#define FL_INF(fmt...) do { prlog(PR_INFO, fmt); } while(0)
-#define FL_DBG(fmt...) do { prlog(PR_DEBUG, fmt); } while(0)
+#define FL_DBG(fmt...) do { prlog(PR_TRACE, fmt); } while(0)
#define FL_ERR(fmt...) do { prlog(PR_ERR, fmt); } while(0)
#else
#include <stdio.h>
diff --git a/libflash/mbox-flash.c b/libflash/mbox-flash.c
index 6742d215..3239be96 100644
--- a/libflash/mbox-flash.c
+++ b/libflash/mbox-flash.c
@@ -665,8 +665,6 @@ static int mbox_window_move(struct mbox_flash_data *mbox_flash,
return 0;
}
- prlog(PR_DEBUG, "Adjusting the window\n");
-
/* V1 needs to remember where it has opened the window, note it
* here.
* If we're running V2 the response to the CREATE_*_WINDOW command
OpenPOWER on IntegriCloud