Skip to content

Commit

Permalink
[ENH] refine mount table output
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao committed Sep 25, 2019
1 parent 017130e commit 76e1943
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ public static Boolean isUnified(String filePath) {
public static void dumpMountTable() {
try {
DatabaseConnection obj = new DatabaseConnection();
System.out.println("============================================");
System.out.println(" Mount Table ");
System.out.println("============================================");
System.out.println("\t\t\t============================================");
System.out.println("\t\t\t Mount Table ");
System.out.println("\t\t\t============================================");
String env = System.getenv("DATABASE");
if (env.equals("VOLT")) {
try {
Expand Down

0 comments on commit 76e1943

Please sign in to comment.