diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed Feb 26 12:15:29 2020 +0100
+++ b/OrthancServer/ServerIndex.cpp	Wed Feb 26 12:19:34 2020 +0100
@@ -507,7 +507,7 @@
       }
       catch (OrthancException&)
       {
-        LOG(ERROR) << "Cannot flush the SQLite database to the disk (is disk full?)";
+        LOG(ERROR) << "Cannot flush the SQLite database to the disk (is your filesystem full?)";
       }
           
       count = 0;