DbApi: fixed typo in log statment.
This commit is contained in:
parent
09875d28d9
commit
9f7f02802c
@ -67,7 +67,7 @@ public class DbApi {
|
||||
.append(' WHERE id LIKE ?')
|
||||
.toString()
|
||||
|
||||
logger.debug('Selectin models like id.\n\tSQL: {}\n\tPARAMS: {}',
|
||||
logger.debug('Selecting models like id.\n\tSQL: {}\n\tPARAMS: {}',
|
||||
query, likeVal)
|
||||
return sql.rows(query, likeVal)
|
||||
.collect { recordToModel(modelClass, it) } }
|
||||
|
Loading…
Reference in New Issue
Block a user