comparison Plugin/Plugin.cpp @ 27:7f9e8d8ee90b

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Feb 2020 13:52:20 +0100
parents d9e1b60a9aa6
children 2999ab4323fe
comparison
equal deleted inserted replaced
26:d9e1b60a9aa6 27:7f9e8d8ee90b
78 } 78 }
79 79
80 if (!ok) 80 if (!ok)
81 { 81 {
82 LOG(ERROR) << "The DICOMweb version (currently " << version 82 LOG(ERROR) << "The DICOMweb version (currently " << version
83 << ") must be above 0.7 to use the Google Cloud Platform plugin"; 83 << ") must be above 1.0 to use the Google Cloud Platform plugin";
84 } 84 }
85 85
86 return ok; 86 return ok;
87 } 87 }
88 } 88 }