comparison OrthancServer/ServerIndex.cpp @ 3699:efa815dd2c20

additional logging
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Feb 2020 12:19:34 +0100
parents 356ebef2cd95
children 643b5ee86f92
comparison
equal deleted inserted replaced
3698:356ebef2cd95 3699:efa815dd2c20
505 { 505 {
506 that->db_.FlushToDisk(); 506 that->db_.FlushToDisk();
507 } 507 }
508 catch (OrthancException&) 508 catch (OrthancException&)
509 { 509 {
510 LOG(ERROR) << "Cannot flush the SQLite database to the disk (is disk full?)"; 510 LOG(ERROR) << "Cannot flush the SQLite database to the disk (is your filesystem full?)";
511 } 511 }
512 512
513 count = 0; 513 count = 0;
514 } 514 }
515 515