comparison Framework/Plugins/PluginInitialization.cpp @ 112:f73050ad32b4 OrthancMySQL-2.0

OrthancMySQL-2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jan 2019 18:04:38 +0100
parents 714c5d2bee76
children 3424a54ca2ee
comparison
equal deleted inserted replaced
111:1525539ce5d9 112:f73050ad32b4
119 if (!isOptimal && 119 if (!isOptimal &&
120 isIndex) 120 isIndex)
121 { 121 {
122 LOG(WARNING) << "Performance warning in " << dbms 122 LOG(WARNING) << "Performance warning in " << dbms
123 << " index: Your version of Orthanc (" 123 << " index: Your version of Orthanc ("
124 << context->orthancVersion << ") should be upgraded to 1.4.0 " 124 << context->orthancVersion << ") should be upgraded to 1.5.2 "
125 << "to benefit from best performance"; 125 << "to benefit from best performance";
126 } 126 }
127 127
128 128
129 std::string description = ("Stores the Orthanc " + 129 std::string description = ("Stores the Orthanc " +