Mercurial > hg > orthanc
changeset 2291:b9856b1615d6
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 27 Jun 2017 12:59:36 +0200 |
parents | 4d500a555aad |
children | ccd44d546b47 |
files | Core/MultiThreading/RunnableWorkersPool.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/MultiThreading/RunnableWorkersPool.cpp Tue Jun 27 12:38:07 2017 +0200 +++ b/Core/MultiThreading/RunnableWorkersPool.cpp Tue Jun 27 12:59:36 2017 +0200 @@ -79,7 +79,7 @@ } catch (std::exception& e) { - LOG(ERROR) << "Std excetion while handling some runnable object: " << e.what(); + LOG(ERROR) << "std::exception while handling some runnable object: " << e.what(); } catch (...) {