Skip to content

Commit

Permalink
specity 32/64 bit on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 15, 2009
1 parent 294f9e4 commit 443c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.cpp
Expand Up @@ -343,7 +343,7 @@ namespace mongo {
#endif

log() << "Mongo DB : starting : pid = " << pid << " port = " << port << " dbpath = " << dbpath
<< " master = " << master << " slave = " << slave << endl;
<< " master = " << master << " slave = " << slave << " " << ( ( sizeof(int*) == 4 ) ? "32" : "64" ) << "-bit " << endl;

stringstream ss;
ss << "dbpath (" << dbpath << ") does not exist";
Expand Down

0 comments on commit 443c401

Please sign in to comment.