Skip to content

Commit 549ae87

Browse files
jschwenderkdave
authored andcommitted
btrfs-progs: receive: update unclear error message when processing
Make the message a bit more clear that it's related to the send/receive use case where the parent subvolume needs to match. Issue: #1003 Pull-request: #1005 Signed-off-by: David Sterba <[email protected]>
1 parent 00dcac7 commit 549ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/receive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ static int process_snapshot(const char *path, const u8 *uuid, u64 ctransid,
310310
else
311311
ret = PTR_ERR(parent_subvol);
312312
uuid_unparse(parent_uuid, uuid_str);
313-
error("snapshot: cannot find parent subvolume %s", uuid_str);
313+
error("snapshot receive: cannot find parent subvolume %s", uuid_str);
314314
goto out;
315315
}
316316

0 commit comments

Comments
 (0)