Skip to content

Commit

Permalink
Tweaked the error exit message to indicate the source of the message,
Browse files Browse the repository at this point in the history
'packetq'.
  • Loading branch information
Henrik Levkowetz committed Jun 26, 2013
1 parent df8014e commit 74d0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packetq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ int main (int argc, char * argv [])
}
catch(Error &e)
{
printf( "Error: %s\n", e.m_err.c_str() );
printf( "packetq: Error: %s\n", e.m_err.c_str() );
fflush( stdout );
exit(1);
}
Expand Down

0 comments on commit 74d0ec2

Please sign in to comment.