ostree-repo-traverse: Remove an accidental print statement

Closes: #594
Approved by: jlebon
This commit is contained in:
Jasper St. Pierre 2016-11-23 13:52:39 -08:00 committed by Atomic Bot
parent 7584dc0f25
commit 70d140d61c

View File

@ -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