]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: KERN_ERR for debug_console
authorSage Weil <sage@newdream.net>
Thu, 24 Apr 2008 22:21:14 +0000 (15:21 -0700)
committerSage Weil <sage@newdream.net>
Thu, 24 Apr 2008 22:21:14 +0000 (15:21 -0700)
src/kernel/super.h

index e8e68a4d29384c43215fe1d02c96b49c1ab14ede..44598f35a5c9ab745892d7303d49550209a4f46d 100644 (file)
@@ -28,7 +28,7 @@ extern int ceph_debug_addr;
                if ((DOUT_VAR >= 0 && x <= DOUT_VAR) ||                 \
                    (DOUT_VAR < 0 && x <= ceph_debug)) {                \
                        if (ceph_debug_console)                         \
-                               printk(KERN_INFO "ceph_" DOUT_PREFIX args); \
+                               printk(KERN_ERR "ceph_" DOUT_PREFIX args); \
                        else                                            \
                                printk(KERN_DEBUG "ceph_" DOUT_PREFIX args); \
                }                                                       \