Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Oct 13, 2023
1 parent c58e0df commit d9295dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StaticLoggerMacros/StaticLoggerMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension StaticLogger {
var description: String {
switch self {
case .unknownDeclaration:
"Unknown declaration"
"Unknown declaration — StaticLogger must be used on a class, struct, or enum"
}
}
}
Expand Down

0 comments on commit d9295dc

Please sign in to comment.