Skip to content

Commit

Permalink
Added pasm: prefix to errors/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Oct 20, 2016
1 parent a02f92a commit f13844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pru_sw/utils/pasm_source/pasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ void Report( SOURCEFILE *ps, int Level, char *fmt, ... )

/* Log to stdout or stderr accordingly*/
if( ps )
fprintf(file, "%s(%d) ",ps->SourceName,ps->CurrentLine);
fprintf(file, "pasm: %s(%d) ",ps->SourceName,ps->CurrentLine);

if( Level == REP_FATAL )
{
Expand Down

0 comments on commit f13844b

Please sign in to comment.