Mercurial > hg > orthanc
comparison OrthancServer/OrthancInitialization.cpp @ 657:5425bb6f1ea5
further cppcheck fixes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Nov 2013 11:46:23 +0100 |
parents | 08eca5d86aad |
children | f0232774b913 |
comparison
equal
deleted
inserted
replaced
656:08eca5d86aad | 657:5425bb6f1ea5 |
---|---|
142 | 142 |
143 try | 143 try |
144 { | 144 { |
145 RegisterUserMetadata(metadata, members[i]); | 145 RegisterUserMetadata(metadata, members[i]); |
146 } | 146 } |
147 catch (OrthancException& e) | 147 catch (OrthancException&) |
148 { | 148 { |
149 LOG(ERROR) << "Cannot register this user-defined metadata: " << info; | 149 LOG(ERROR) << "Cannot register this user-defined metadata: " << info; |
150 throw e; | 150 throw; |
151 } | 151 } |
152 } | 152 } |
153 } | 153 } |
154 } | 154 } |
155 | 155 |