deploy: Add a debug message for which bootloader is used

Debugging something...
This commit is contained in:
Colin Walters 2014-04-03 19:39:07 -04:00
parent 890d685c79
commit ac40de5773
1 changed files with 3 additions and 0 deletions

View File

@ -1203,6 +1203,9 @@ ostree_sysroot_write_deployments (OstreeSysroot *self,
goto out; goto out;
} }
g_debug ("Using bootloader: %s", bootloader ?
g_type_name (G_TYPE_FROM_INSTANCE (bootloader)) : "(none)");
if (bootloader && !_ostree_bootloader_write_config (bootloader, new_bootversion, if (bootloader && !_ostree_bootloader_write_config (bootloader, new_bootversion,
cancellable, error)) cancellable, error))
{ {