Skip to content

Commit

Permalink
undo: make 'is not applied' info message not sound like error
Browse files Browse the repository at this point in the history
In fact, it's not clear this message is needed at all.

Signed-off-by: Greg Price <[email protected]>
  • Loading branch information
Greg Price authored and andersk committed Jun 18, 2009
1 parent 32b7989 commit 19e6932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksplice-undo.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ foreach my $module (glob("${update}_*_old")) {

my $stage = ($have_sysfs && get_stage($kid));
if ($stage ne 'applied') {
print "Ksplice id $kid is not applied\n";
print "Ksplice id $kid is not applied; just cleaning up\n";
}
else {
set_stage($kid, "reversed");
Expand Down

0 comments on commit 19e6932

Please sign in to comment.