ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.cpp
(Generate patch)

Comparing trunk/Zoe.cpp (file contents):
Revision 52 by douglas, 2004-08-30T17:12:49-07:00 vs.
Revision 54 by douglas, 2004-08-30T22:34:27-07:00

# Line 154 | Line 154 | void Zoe::configure()
154  
155          if (debug) cerr << "login = " << login << "\npassword = "
156                  << std::string(password.GetSize(), '*') << "\ndatabase = {\n"
157 <                << "   driver = " << database.driver << "\n   host=" << database.host
157 >                << "   driver = " << database.driver << "\n   host = " << database.host
158                  << "\n   user = " << database.user << '\n'
159                  << "   password = " << std::string(database.password.GetSize(), '*')
160                  << "\n   db = " << database.db << "\n}\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines