changeset 1171:fd3128b2cf45

log version on startup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Sep 2014 13:26:24 +0200
parents bc6fa27268b8
children 059391d3f8df 01c24da762da
files OrthancServer/main.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Sep 19 11:14:00 2014 +0200
+++ b/OrthancServer/main.cpp	Mon Sep 22 13:26:24 2014 +0200
@@ -658,6 +658,7 @@
     }
   }
 
+  LOG(WARNING) << "Orthanc version: " << ORTHANC_VERSION;
 
   int status = 0;
   try