shared: FileScanWorker: Catch correct exception type
Cette révision appartient à :
Parent
4d0d9ba9c6
révision
c99827e854
@ -20,7 +20,7 @@ void FileScanWorker::run()
|
||||
{
|
||||
sfr = saver.addFile(path);
|
||||
}
|
||||
catch(std::runtime_error &e)
|
||||
catch(std::exception &e)
|
||||
{
|
||||
Logger::error() << e.what();
|
||||
sfr = PROCESSFAIL; // well...
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user