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))
|
if (!ostree_repo_prepare_transaction (pull_data->repo, NULL, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
g_print ("Downloading metadata...\n");
|
||||||
|
|
||||||
if (!fetch_and_store_commit_recurse (pull_data, rev, cancellable, error))
|
if (!fetch_and_store_commit_recurse (pull_data, rev, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
g_print ("Downloading data...\n");
|
||||||
|
|
||||||
if (!fetch_files (pull_data, cancellable, error))
|
if (!fetch_files (pull_data, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue