Skip to content

Commit cd5edc2

Browse files
author
Steve Ramage
committed
Moar support
1 parent 45c2037 commit cd5edc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/SemanticDataRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class SemanticDataRepository private constructor() {
9292
LOG.error("Unable to initialize data for systemd inspections plugin", e)
9393
}
9494
} else {
95-
LOG.error("Unable to initialize data for systemd inspections plugin, resource {} not found", name)
95+
LOG.error("Unable to initialize data for systemd inspections plugin, resource $name not found")
9696
}
9797
}
9898

0 commit comments

Comments
 (0)