Merge pull request #2943 from wjt/fix-deploy_install-dir-log

dir: include NULL url in flatpak_dir_log() call
This commit is contained in:
Matthew Leeds
2019-06-06 20:48:28 -07:00
committed by GitHub

View File

@@ -8072,7 +8072,7 @@ flatpak_dir_deploy_install (FlatpakDir *self,
ret = TRUE;
commit = flatpak_dir_read_active (self, ref, cancellable);
flatpak_dir_log (self, "deploy install", origin, ref, commit, old_active,
flatpak_dir_log (self, "deploy install", origin, ref, commit, old_active, NULL,
"Installed %s from %s", ref, origin);
out: