This website works better with JavaScript.
首頁
探索
說明
登入
bubblev
/
cobbzilla-utils
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
lower log level
tags/2.0.1
Jonathan Cobb
4 年之前
父節點
184d01f38d
當前提交
f138ffade3
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/org/cobbzilla/util/daemon/SimpleDaemon.java
+ 1
- 1
src/main/java/org/cobbzilla/util/daemon/SimpleDaemon.java
查看文件
@@ -107,7 +107,7 @@ public abstract class SimpleDaemon implements Runnable {
init();
while (!isDone) {
log.debug
(getName()+": Daemon thread invoking process");
if (log.isTraceEnabled()) log.trace
(getName()+": Daemon thread invoking process");
try {
process();
lastProcessTime = now();
Write
Preview
Loading…
取消
儲存