]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
formatter: less big buffer for dump format string
authorSage Weil <sage.weil@dreamhost.com>
Sun, 21 Aug 2011 20:51:55 +0000 (13:51 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sun, 21 Aug 2011 20:51:55 +0000 (13:51 -0700)
Coverity cid 53

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/Formatter.cc

index 03ce2f9dc60566191524ef093297d824da2b99b9..95f8606217ef8ea9c55c74a54e06b6bf3210b2f8 100644 (file)
@@ -12,7 +12,7 @@
  *
  */
 
-#define LARGE_SIZE 8192
+#define LARGE_SIZE 1024
 
 #include "assert.h"
 #include "Formatter.h"