summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/bcache.c')
-rw-r--r--sys/boot/common/bcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/bcache.c b/sys/boot/common/bcache.c
index e99a677..d4f4d7a 100644
--- a/sys/boot/common/bcache.c
+++ b/sys/boot/common/bcache.c
@@ -40,7 +40,7 @@
#ifdef BCACHE_DEBUG
#define BCACHE_TIMEOUT 10
-# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __FUNCTION__ , ## args)
+# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
#else
#define BCACHE_TIMEOUT 2
# define DEBUG(fmt, args...)
OpenPOWER on IntegriCloud