changeset 2197:f6474d6af66a

add some log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Dec 2016 11:00:04 +0100
parents fd82e9e6251e
children 79d259b86aa9
files Resources/Samples/WebApplications/DrawingDicomizer.js
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Samples/WebApplications/DrawingDicomizer.js	Sat Dec 03 09:58:04 2016 +0000
+++ b/Resources/Samples/WebApplications/DrawingDicomizer.js	Sat Dec 03 11:00:04 2016 +0100
@@ -96,4 +96,6 @@
   }
 });
 
+
+console.log('The demo is running at http://localhost:' + port + '/');
 server.listen(port);