diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java index 54289afc97..c6acc57a97 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java @@ -481,7 +481,7 @@ public static String getReplPolicyIdString(Database db) { LOG.debug("repl policy for database {} is {}", db.getName(), replPolicyId); return replPolicyId; } - LOG.debug("Repl policy is not set for database ", db.getName()); + LOG.debug("Repl policy is not set for database: {}", db.getName()); } return null; }