Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lxd: Minor fixes #14183

Merged
merged 2 commits into from
Oct 1, 2024
Merged

lxd: Minor fixes #14183

merged 2 commits into from
Oct 1, 2024

Conversation

tomponline
Copy link
Member

No description provided.

@tomponline tomponline self-assigned this Oct 1, 2024
@@ -493,10 +493,10 @@ func patchVMRenameUUIDKey(name string, d *Daemon) error {
newUUIDKey: uuid,
}

logger.Debugf("Renaming config key %q to %q for VM %q (Project %q)", oldUUIDKey, newUUIDKey, inst.Name, inst.Project)
logger.Debugf("Renaming config key %q to %q for VM %q (project %q)", oldUUIDKey, newUUIDKey, inst.Name, inst.Project)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use logger.Ctx here instead?

Copy link
Member Author

@tomponline tomponline Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, but outside of the scope of this PR, happy to see a separate PR for it.
These were just a couple of things I noticed whilst working on another issue.

@tomponline tomponline merged commit 5bba53b into canonical:main Oct 1, 2024
29 of 30 checks passed
@tomponline tomponline deleted the tp-lxc branch October 1, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants