Skip to content

Commit 0acc1d1

Browse files
committed
Update set replicas log line
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 647f008 commit 0acc1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/replica_updater.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func MakeReplicaUpdater(defaultNamespace string, clientset *kubernetes.Clientset
8585
replicas = MaxReplicas
8686
}
8787

88-
log.Printf("Set replicas - %s %s, %d/%d\n", functionName, lookupNamespace, replicas, oldReplicas)
88+
log.Printf("Set replicas - %s %s, %d => %d\n", functionName, lookupNamespace, oldReplicas, replicas)
8989

9090
deployment.Spec.Replicas = &replicas
9191

0 commit comments

Comments
 (0)