Skip to content

Commit

Permalink
Merge pull request #76 from sleep-walker/master
Browse files Browse the repository at this point in the history
do not report signal at _YCP_ file
  • Loading branch information
mvidner committed May 6, 2014
2 parents c03702f + 3783583 commit 0fedde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liby2/src/genericfrontend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ signal_handler (int sig)
// bnc#493152#c19 only signal-safe functions are allowed
char buffer[200];
int n = snprintf (buffer, sizeof(buffer),
"YaST got signal %d at YCP file %s:%d\n",
"YaST got signal %d at file %s:%d\n",
sig, YaST::ee.filename().c_str(), YaST::ee.linenumber());
if (n >= (int)sizeof(buffer) || n < 0)
strcpy (buffer, "YaST got a signal.\n");
Expand Down

0 comments on commit 0fedde0

Please sign in to comment.