silence excessive debug spam
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@768 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
fb073c5671
commit
21238f1961
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ DataPage<TUPLE>::DataPage(int xid, pageid_t page_count, RegionAllocator *alloc)
|
|||
first_page_(alloc_->alloc_extent(xid_, page_count_)),
|
||||
write_offset_(0)
|
||||
{
|
||||
printf("Datapage page count: %lld pid = %lld\n", (long long int)initial_page_count_, (long long int)first_page_);
|
||||
DEBUG("Datapage page count: %lld pid = %lld\n", (long long int)initial_page_count_, (long long int)first_page_);
|
||||
assert(page_count_ >= 1);
|
||||
initialize();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue