Skip to content

Commit

Permalink
Quite a large commit to close Ticket #52 (standardize exec)
Browse files Browse the repository at this point in the history
Also removed Spine::Parser as it is not used and will be replaced in 2.2

Tests show it to work cleanly but as this is a large change heavy QA is needed.

Currently yum changes are untested.
  • Loading branch information
richard committed Aug 25, 2009
1 parent 0550356 commit 3fd1877
Show file tree
Hide file tree
Showing 17 changed files with 925 additions and 694 deletions.
3 changes: 3 additions & 0 deletions lib/Spine/Data.pm
Expand Up @@ -1046,6 +1046,9 @@ sub error
/xi );
$msg =~ tr/\n/ -- /;

# needed for syslog
$msg = "warning" if ($msg eq 'warn');

unless ($self->{c_verbosity} == -1)
{
print STDERR $self->{c_label} . ": \[$level\] $msg\n";
Expand Down

0 comments on commit 3fd1877

Please sign in to comment.