We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c119e6a commit 5c98e2fCopy full SHA for 5c98e2f
src/ui/style.rs
@@ -288,9 +288,15 @@ impl Theme {
288
theme = old_theme;
289
290
if theme.save_patch(theme_path).is_ok() {
291
- log::info!("Converted old theme to new format.");
+ log::info!(
292
+ "Converted old theme to new format. ({:?})",
293
+ theme_path
294
+ );
295
} else {
- log::warn!("Failed to save theme in new format.");
296
+ log::warn!(
297
+ "Failed to save theme in new format. ({:?})",
298
299
300
}
301
302
0 commit comments