aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 8c5163a..1d0ce24 100755
--- a/ulri
+++ b/ulri
@@ -528,7 +528,7 @@ foreach my $prefix (sort keys %pkg_tree) {
next;
}
# $dep was not uploaded yet, so it's too early to build this one
- plog('DEBUG', "Dependent build $dep not ready ($prefix)");
+ plog('DEBUG', "Dependent build $dep not ready ($prefix)");
$ready = 0;
if (glob("$reject/*/*/*/$dep.youri") || glob("$done/*/*/*/${dep}_*.fail")) {
plog('ERROR', "Dependent build $dep has failed");