]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: no debug output
authorSage Weil <sage@newdream.net>
Fri, 31 Oct 2008 23:33:54 +0000 (16:33 -0700)
committerSage Weil <sage@newdream.net>
Fri, 31 Oct 2008 23:33:54 +0000 (16:33 -0700)
src/crush/mapper.c

index f70f841d7a244e25cc3ebd96813c0d2a4d9a8794..add7a9fe375cfeaf92b5ad1d7bddf1b723d55490 100644 (file)
@@ -12,7 +12,7 @@
 # include <stdio.h>
 # include <assert.h>
 # define BUG_ON(x) assert(!(x))
-# define dprintk(args...) printf(args)
+# define dprintk(args...) /* printf(args) */
 #endif
 
 #include "crush.h"