mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Make pull slightly more verbose
This commit is contained in:
parent
9c7a47434d
commit
10b2f30165
@ -874,10 +874,14 @@ pull_one_commit (OtPullData *pull_data,
|
||||
|
||||
if (!ostree_repo_prepare_transaction (pull_data->repo, NULL, error))
|
||||
goto out;
|
||||
|
||||
g_print ("Downloading metadata...\n");
|
||||
|
||||
if (!fetch_and_store_commit_recurse (pull_data, rev, cancellable, error))
|
||||
goto out;
|
||||
|
||||
g_print ("Downloading data...\n");
|
||||
|
||||
if (!fetch_files (pull_data, cancellable, error))
|
||||
goto out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user