Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea De Pasquale committed Jul 3, 2017
2 parents f774f33 + 21dfe88 commit ec3a0b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fw1-loggrabber.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ int fc_handler (OpsecEnv *pEnv, long eventid, void *raise_data, void *set_data)
if (eventid == initent) {
/* init event */
if (cfgvalues.debug_mode) {
fprintf (stderr, "Info: User defined event has been initilized.\n");
fprintf (stderr, "Info: User defined event has been initialized.\n");
}
return 0;
}
Expand Down Expand Up @@ -1921,7 +1921,7 @@ usage (char *szProgName)
fprintf (stderr,
" --debug-level <level> : Specify Debuglevel (default: 0 - no debugging)\n");
fprintf (stderr,
" --help : Show usage informations\n");
" --help : Show usage information\n");
}

/*
Expand Down Expand Up @@ -4840,7 +4840,7 @@ exit_loggrabber (int errorcode)
}

/*
* initilization function to define open, submit and close handler
* initialization function to define open, submit and close handler
*/
void
logging_init_env (int logging)
Expand Down Expand Up @@ -4997,7 +4997,7 @@ open_logfile ()

if (cfgvalues.debug_mode)
{
fprintf (stderr, "DEBUG: Initilize log file and open log file.\n");
fprintf (stderr, "DEBUG: Initialize log file and open log file.\n");
}

//create current output filename
Expand Down

0 comments on commit ec3a0b9

Please sign in to comment.