diff Resources/ErrorCodes.json @ 1949:d90f737f2dde

warn about the use of privileged ports
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Apr 2016 10:30:17 +0200
parents 164d78911382
children ebce5f456b8e
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Tue Apr 05 10:22:19 2016 +0200
+++ b/Resources/ErrorCodes.json	Tue Apr 05 10:30:17 2016 +0200
@@ -327,12 +327,12 @@
   {
     "Code": 2003, 
     "Name": "HttpPortInUse", 
-    "Description": "The TCP port of the HTTP server is already in use"
+    "Description": "The TCP port of the HTTP server is privileged or already in use"
   },
   {
     "Code": 2004, 
     "Name": "DicomPortInUse", 
-    "Description": "The TCP port of the DICOM server is already in use"
+    "Description": "The TCP port of the DICOM server is privileged or already in use"
   },
   {
     "Code": 2005,