Skip to content

Commit

Permalink
further demote diagnostics log output to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpandingMan committed Sep 17, 2020
1 parent c398546 commit 5dd7bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.jl
Expand Up @@ -109,7 +109,7 @@ macro checksuccess(h, expr)
esc(quote
ret = $expr
if ret == SQL_SUCCESS_WITH_INFO
@info diagnostics($h)
@debug diagnostics($h)
elseif ret == SQL_ERROR || ret == SQL_INVALID_HANDLE
error(diagnostics($h))
end
Expand Down

0 comments on commit 5dd7bd9

Please sign in to comment.