mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-04 07:11:28 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user