remove some logstore references
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@3783 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
809082afb4
commit
05ed98a5c4
2 changed files with 3 additions and 3 deletions
2
blsm.cpp
2
blsm.cpp
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* logstore.cpp
|
||||
* blsm.cpp
|
||||
*
|
||||
* Copyright 2009-2012 Yahoo! Inc.
|
||||
*
|
||||
|
|
4
blsm.h
4
blsm.h
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* logstore.h
|
||||
* blsm.h
|
||||
*
|
||||
* Copyright 2009-2012 Yahoo! Inc.
|
||||
*
|
||||
|
@ -380,7 +380,7 @@ public:
|
|||
char * b =(char*)malloc(bl + 1);
|
||||
memcpy(b, tmp->strippedkey(), bl);
|
||||
b[bl] = 0;
|
||||
printf("logstore.h assert fail: out of order tuples %d should be < 0. %s <=> %s\n", res, a, b);
|
||||
printf("blsm.h assert fail: out of order tuples %d should be < 0. %s <=> %s\n", res, a, b);
|
||||
free(a);
|
||||
free(b);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue