aboutsummaryrefslogtreecommitdiff
path: root/weed/worker/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/worker/worker.go')
-rw-r--r--weed/worker/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/worker/worker.go b/weed/worker/worker.go
index e196ee22e..0763fdc2e 100644
--- a/weed/worker/worker.go
+++ b/weed/worker/worker.go
@@ -394,7 +394,7 @@ func (w *Worker) executeTask(task *types.TaskInput) {
// Determine task-specific working directory (BaseWorkingDir is guaranteed to be non-empty)
taskWorkingDir := filepath.Join(w.config.BaseWorkingDir, string(task.Type))
- glog.V(2).Infof("📁 WORKING DIRECTORY: Task %s using working directory: %s", task.ID, taskWorkingDir)
+ glog.V(2).Infof("WORKING DIRECTORY: Task %s using working directory: %s", task.ID, taskWorkingDir)
// Check if we have typed protobuf parameters
if task.TypedParams == nil {