Skip to content

Commit

Permalink
fixed #7
Browse files Browse the repository at this point in the history
  • Loading branch information
aki2o committed Aug 5, 2013
1 parent 4242b5b commit 17e66c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plsense-worker-build
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ try {

my $libopt = $libpath ? "-I'".$libpath."'" : "";
if ( system("perl $libopt -c '$filepath' 2>/dev/null") ) {
logger->notice("Failed compile '$filepath'");
logger->error("Failed compile '$filepath'");
finish_build();
exit 1;
}
Expand Down

0 comments on commit 17e66c8

Please sign in to comment.