compose: Print out the input hash

We're seeing a case where the change detection apparently isn't
working; let's log the hash we got so it's easier to debug.

Closes: #1393
Approved by: jlebon
This commit is contained in:
Colin Walters 2018-06-07 11:08:35 -04:00 committed by Atomic Bot
parent c997fd99c2
commit 9f6f529f81

View File

@ -540,6 +540,8 @@ install_packages_in_root (RpmOstreeTreeComposeContext *self,
&ret_new_inputhash, error)) &ret_new_inputhash, error))
return FALSE; return FALSE;
g_print ("Input state hash: %s\n", ret_new_inputhash);
/* Only look for previous checksum if caller has passed *out_unmodified */ /* Only look for previous checksum if caller has passed *out_unmodified */
if (self->previous_checksum && out_unmodified != NULL) if (self->previous_checksum && out_unmodified != NULL)
{ {