fixed jungfrau server compile errors

This commit is contained in:
2018-11-08 17:20:41 +01:00
parent 91dd176a0f
commit 7a99d4155a
8 changed files with 24 additions and 24 deletions

View File

@ -48,7 +48,7 @@ int main(int argc, char *argv[]){
}
else if(!strcasecmp(argv[i],"-devel")){
FILE_LOG(logINFO, ("Detected developer mode\n"));
debugflag = DEVELOPER_MODE;
debugflag = 1;
}
#ifdef GOTTHARDD
else if(!strcasecmp(argv[i],"-phaseshift")){