Changes between Version 30 and Version 31 of Internal/InventoryV3
- Timestamp:
- Jun 25, 2010, 5:13:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v30 v31 312 312 propagate up to main block where it gets logged and terminates the script. 313 313 * Also added a little bit of logging to gatherer but not much. I should really fix it's error handeling 314 * Made Check_sql.check_in a public method and had it called last in the MAIN. 314 315 * Noticed that sometimes I get a xml create object error. I'll have to figure out why that's happening. It's probably due to gatherer not completing 315 316 properly. But Now I should be able to find the nodes where it happens. 316 317 * Trying to stick to the logging/exception rasing convention of setting the error text to: "class.method - error" 317 318 318 319 === 6/25/2010 === 320 We're going live! I'll actively update inventory52. 321 322 Few minor tweaks: 323 * Edited logcopy to wait only 30 seconds before unmounting 324 * set default to be inventory52, since this is now going to be our main table. 325 326 Since I now checkin last and call it externally. I should include number of changed lines in my checkin. Would be helpful for diagnostics. 319 327