Commit 00ef87ac authored by AlexStocks's avatar AlexStocks

Mod: delete log prefix

parent 516be73e
......@@ -23,7 +23,7 @@ type TaskPoolOptions struct {
func (o *TaskPoolOptions) validate() {
if o.tQPoolSize < 1 {
panic(fmt.Sprintf("[getty][task_pool] illegal pool size %d", o.tQPoolSize))
panic(fmt.Sprintf("illegal pool size %d", o.tQPoolSize))
}
if o.tQLen < 1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment