summaryrefslogtreecommitdiff
path: root/rhautoimport.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport.pm')
-rw-r--r--rhautoimport.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport.pm b/rhautoimport.pm
index f866940..588d13b 100644
--- a/rhautoimport.pm
+++ b/rhautoimport.pm
@@ -173,7 +173,7 @@ sub import_uri
last if(-e $runningfile || -e $donefile);
if($i >= RHIMPORTD_TIMEOUT) {
- $log .= "timout waiting for rhimportd ... is it running?\n";
+ $log .= "!! timeout waiting for rhimportd ... is it running?\n";
unlink($requestfile);
return (1, $log);
}