From 98bf7b67543b36b6fe49f2b68c115ebeaf630603 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 22 Aug 2018 16:35:12 +0200 Subject: cleanup logging --- kernel/spinlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/spinlock.c') diff --git a/kernel/spinlock.c b/kernel/spinlock.c index 9c21d06..bbc68c0 100644 --- a/kernel/spinlock.c +++ b/kernel/spinlock.c @@ -11,9 +11,9 @@ static volatile uint32_t spinlocks[NUMBER_SPINLOCKS]; void check_spinlocks() { - log(FOOLOS_MODULE_NAME,5,"Spinlocks at 0x%08X ",spinlocks); + klog("Spinlocks at 0x%08X ",spinlocks); for(int i=0;i