FACT++  1.0
static void error_handler ( int  conn_id,
int  severity,
int  errcode,
char *  reason 
)
static

Definition at line 672 of file webServer.c.

References dim_print_msg().

Referenced by main().

673 {
674  if(conn_id){}
675  if(errcode){}
676  dim_print_msg(reason, severity);
677 /*
678  if(severity == 3)
679  {
680  printf("Exiting!\n");
681  exit(2);
682  }
683 */
684 }
void dim_print_msg(char *msg, int severity)
Definition: utilities.c:180

+ Here is the call graph for this function:

+ Here is the caller graph for this function: