Skip to content

Commit

Permalink
Add missing linebreak to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 12, 2024
1 parent 4ed598b commit 9a4266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idevicerestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
// device is finally in restore mode, let's do this
if (client->mode == MODE_RESTORE) {
if ((client->flags & FLAG_NO_RESTORE) != 0) {
info("Device is now in restore mode. Exiting as requested.");
info("Device is now in restore mode. Exiting as requested.\n");
return 0;
}
client->ignore_device_add_events = 1;
Expand Down

0 comments on commit 9a4266a

Please sign in to comment.