]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
global: Always log loading erasure code for tests 9304/head
authorDavid Zafman <dzafman@redhat.com>
Thu, 27 Oct 2016 23:12:41 +0000 (16:12 -0700)
committerDavid Zafman <dzafman@redhat.com>
Fri, 28 Oct 2016 05:42:11 +0000 (22:42 -0700)
Fix for broken test-erasure-code.sh and test-erasure-eio.sh

Signed-off-by: David Zafman <dzafman@redhat.com>
src/global/global_init.cc

index 3a905c0b5763cf1c96fc1217a8241dc8a79b75e4..9475d571aca5c6df248babe8e51dde14bcad9100 100644 (file)
@@ -498,6 +498,6 @@ int global_init_preload_erasure_code(const CephContext *cct)
   if (r)
     derr << ss.str() << dendl;
   else
-    dout(10) << ss.str() << dendl;
+    dout(0) << ss.str() << dendl;
   return r;
 }