Skip to content

Commit

Permalink
Improve a log
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Dec 2, 2024
1 parent 61a284a commit ef8581a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/ZeeQL/Access/ModelPattern.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ fileprivate extension ModelAttribute {
attrs.append(self)
}
else {
globalZeeQLLogger.warn("Did not find column", columnName,
"in template", entity.name,
"in database:", inAttrs)
globalZeeQLLogger.warn("Did not find column '\(columnName)'",
"in template entity '\(entity.name)',\n",
" input:", inAttrs)

}
}
Expand Down

0 comments on commit ef8581a

Please sign in to comment.