mirror of
https://github.com/ostreedev/ostree.git
synced 2025-08-29 01:49:24 +03:00
Merge pull request #3204 from cgwalters/quiet-config-load
otcore: Drop config load print
This commit is contained in:
@ -139,8 +139,6 @@ otcore_load_config (int rootfs_fd, const char *filename, GError **error)
|
||||
if (fd == -1)
|
||||
continue;
|
||||
|
||||
g_print ("Loading %s\n", path);
|
||||
|
||||
g_autofree char *buf = glnx_fd_readall_utf8 (fd, NULL, NULL, error);
|
||||
if (!buf)
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user