Commit fa328fd711ba5f974a6a15711a5a9ccb56b445a6

Authored by Myriam Bouchemit
1 parent 8a4ef20b

print resource file name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/SERVER/DD_Server.c
... ... @@ -84,7 +84,7 @@ int SetListener()
84 84  
85 85 if((resfile = fopen(rname,"r")) == NULL)
86 86 {
87   - fprintf(stderr,"No resource file, sorry\n");
  87 + fprintf(stderr,"No resource file %s\n", rname);
88 88 exit(1);
89 89 }
90 90  
... ...