Skip to content

Commit

Permalink
Fix: unloading namespace logging (apache#3920)
Browse files Browse the repository at this point in the history
### Motivation
Fix: unloading namespace logging
  • Loading branch information
rdhabalia authored and sijie committed Mar 28, 2019
1 parent 7c25029 commit a4a53c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ protected void internalModifyDeduplication(boolean enableDeduplication) {

@SuppressWarnings("deprecation")
protected void internalUnloadNamespace() {
log.info("[{}] Unloading namespace {}", clientAppId());
log.info("[{}] Unloading namespace {}", clientAppId(), namespaceName);

validateSuperUserAccess();

Expand Down

0 comments on commit a4a53c7

Please sign in to comment.