Changeset 2280
- Timestamp:
- 13/09/2008 16:12:17 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/BackupStoreDaemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/BackupStoreDaemon.cpp
r2264 r2280 322 322 323 323 // Make ps listings clearer 324 SetProcessTitle("client %08x", id); 324 std::ostringstream tag; 325 tag << "client=" << BOX_FORMAT_ACCOUNT(id); 326 SetProcessTitle(tag.str().c_str()); 327 Logging::Tagger tagWithClientID(tag.str()); 325 328 326 329 // Create a context, using this ID
Note: See TracChangeset
for help on using the changeset viewer.
