Skip to content

Commit b1e949d

Browse files
jiaoqingboyaooqinn
authored andcommitted
[KYUUBI #2055] correct the log service name
### _Why are the changes needed?_ fix #2055 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2056 from jiaoqingbo/2055. Closes #2055 52a2e62 [jiaoqingbo] [KYUUBI #2055] correct the log service name Authored-by: jiaoqingbo <1178404354@qq.com> Signed-off-by: Kent Yao <yao@apache.org>
1 parent 109569b commit b1e949d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-common/src/main/scala/org/apache/kyuubi/service/Serverable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ abstract class Serverable(name: String) extends CompositeService(name) {
6767
stopServer()
6868
} catch {
6969
case t: Throwable =>
70-
warn(s"Error stopping spark ${t.getMessage}", t)
70+
warn(s"Error stopping $name ${t.getMessage}", t)
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)