Skip to content

Commit

Permalink
more solaris debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed May 26, 2010
1 parent 8e46129 commit a3c322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/hashtab.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace mongo {
//nodes = (Node *) buf;

if ( sizeof(Node) != 628 ){
out() << "HashTable() " << _name << " sizeof(node):" << sizeof(Node) << " n:" << n << endl;
out() << "HashTable() " << _name << " sizeof(node):" << sizeof(Node) << " n:" << n << " sizeof(Key): " << sizeof(Key) << " sizeof(Type):" << sizeof(Type) << endl;
assert( sizeof(Node) == 628 );
}

Expand Down

0 comments on commit a3c322d

Please sign in to comment.