Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Sep 25, 2024
1 parent be19e6b commit 0e30883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/usf/jquery/web/ViewMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ final ViewMetadata fetch(DatabaseMetaData metadata, String schema) throws SQLExc
printViewColumnMap();
}
catch(Exception e) {
log.error("error while scanning '{}' metadata", identity(), e);
log.error("error while scanning '{}' metadata", view.toString(), e);
}
}
else {
Expand Down

0 comments on commit 0e30883

Please sign in to comment.