Skip to content

Commit

Permalink
improve message to notify user of ignoring this LDD
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Nov 15, 2024
1 parent bf77341 commit e259823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void download(String fromUrl, File toFile) throws Exception
else
{
ignore.add(fromUrl);
throw new Exception("Could not download " + fromUrl);
throw new Exception("Could not download " + fromUrl + " and will not try again in this running instance.");
}
}
}
Expand Down

0 comments on commit e259823

Please sign in to comment.