mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-13 17:18:29 +03:00
ostree-repo-traverse: Remove an accidental print statement
Closes: #594 Approved by: jlebon
This commit is contained in:
parent
7584dc0f25
commit
70d140d61c
@ -407,7 +407,7 @@ traverse_dirtree (OstreeRepo *repo,
|
||||
if (ignore_missing_dirs &&
|
||||
g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
|
||||
{
|
||||
g_print ("Ignoring not-found dirmeta %s", checksum);
|
||||
g_debug ("Ignoring not-found dirmeta %s", checksum);
|
||||
ret = TRUE;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user