diff OrthancFramework/Sources/Enumerations.cpp @ 4623:95ffe3b6ef7c db-changes

handling of revisions for metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 17:13:03 +0200
parents de5e6b04442d
children 521e39b3f2c0
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Fri Apr 16 10:48:57 2021 +0200
+++ b/OrthancFramework/Sources/Enumerations.cpp	Fri Apr 16 17:13:03 2021 +0200
@@ -191,7 +191,7 @@
         return "Database could not serialize access due to concurrent update, the transaction should be retried";
 
       case ErrorCode_Revision:
-        return "A bad revision number was provided, indicates conflict between multiple updates";
+        return "A bad revision number was provided, which might indicate conflict between multiple writers";
 
       case ErrorCode_SQLiteNotOpened:
         return "SQLite: The database is not opened";