Skip to content

Commit 9e0e60a

Browse files
authored
init (#4049)
1 parent 04724ee commit 9e0e60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskvine/src/manager/vine_manager.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ static int consider_tempfile_replications(struct vine_manager *q)
993993
continue;
994994
}
995995

996-
debug(D_VINE, "Found %d workers holding %s, %d replicas needed", nsources, f->cached_name, to_find);
996+
// debug(D_VINE, "Found %d workers holding %s, %d replicas needed", nsources, f->cached_name, to_find);
997997

998998
int round_replication_request_sent = vine_file_replica_table_replicate(q, f, sources, to_find);
999999
total_replication_request_sent += round_replication_request_sent;

0 commit comments

Comments
 (0)