Skip to content

Commit 31e4eaf

Browse files
committed
Added debug line for db URL
1 parent 8d1806a commit 31e4eaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/ffxivcensus/gatherer/GathererControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class GathererControllerTest {
5353
public static void setUpBaseClass(){
5454
try {
5555
readConfig();
56+
System.out.println(dbUrl);
5657
String strSQL = "DROP TABLE tblplayers;";
5758
java.sql.Connection conn = openConnection();
5859
try {

0 commit comments

Comments
 (0)