Changeset 1784 for box/chris/general/bin/bbackupquery/BackupQueries.cpp
- Timestamp:
- 01/08/2007 00:18:50 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/bin/bbackupquery/BackupQueries.cpp
r1639 r1784 2010 2010 opts['r'] /* resume? */); 2011 2011 } 2012 catch (BoxException &e)2013 {2014 ::syslog(LOG_ERR, "Failed to restore: %s", e.what());2015 return;2016 }2017 2012 catch(std::exception &e) 2018 2013 { 2019 ::syslog(LOG_ERR, "Failed to restore: %s",e.what());2014 BOX_ERROR("Failed to restore: " << e.what()); 2020 2015 return; 2021 2016 } 2022 2017 catch(...) 2023 2018 { 2024 ::syslog(LOG_ERR, "Failed to restore: unknown error");2019 BOX_ERROR("Failed to restore: unknown exception"); 2025 2020 return; 2026 2021 }
Note: See TracChangeset
for help on using the changeset viewer.
