Skip to content

Commit

Permalink
Merge pull request #87 from ejoerns/topic/progress-skip
Browse files Browse the repository at this point in the history
src/install: Explicitly mention that slot was skipped in progress
  • Loading branch information
jluebbe committed Dec 2, 2016
2 parents 87ba3bf + 334d862 commit aac9447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ static gboolean launch_and_wait_default_handler(RaucInstallArgs *args, gchar* bu
install_args_update(args, g_strdup_printf("Skipping update for correct image %s", mfimage->filename));
g_message("Skipping update for correct image %s", mfimage->filename);
r_context_end_step("check_slot", TRUE);
r_context_begin_step("copy_image", "Copying image", 0);
r_context_end_step("copy_image", TRUE);
r_context_begin_step("skip_image", "Copying image skipped", 0);
r_context_end_step("skip_image", TRUE);
goto image_out;
} else {
g_message("Slot needs to be updated with %s", mfimage->filename);
Expand Down

0 comments on commit aac9447

Please sign in to comment.