mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 03:10:39 -04:00
If downloading image for imgprint fails, also include its url in the 'error downloading' warning message
This commit is contained in:
parent
4e5bfe5f22
commit
d028d44ca5
@ -111,7 +111,7 @@ namespace MCGalaxy.Network {
|
|||||||
}
|
}
|
||||||
p.Message("Finished downloading.");
|
p.Message("Finished downloading.");
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
Logger.LogError("Error downloading", ex);
|
Logger.LogError("Error downloading " + url, ex);
|
||||||
p.Message("%WFailed to download from &f" + url);
|
p.Message("%WFailed to download from &f" + url);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user