Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Mar 1, 2022
1 parent 4400778 commit af928e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nasl/nasl_grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ naslerror(naslctxt *parm, int *error_counter, const char *s)
{
(void) parm;
(*error_counter)++;
g_message ("%s", s);
g_message ("Parse error at or near line %d", LNB);
g_message ("Parse error at or near line %d:", LNB);
g_message (" %s", s);
}

static GSList * inc_dirs = NULL;
Expand Down

0 comments on commit af928e1

Please sign in to comment.