mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
my_logger: make the tag optional
This commit is contained in:
@@ -367,7 +367,7 @@ class DockerTemplates {
|
||||
@copy($iconRAM,$icon);
|
||||
}
|
||||
if (!is_file($iconRAM)) {
|
||||
my_logger('webGUI', "$contName: Could not download icon $imgUrl");
|
||||
my_logger("$contName: Could not download icon $imgUrl");
|
||||
}
|
||||
|
||||
return (is_file($iconRAM)) ? str_replace($docroot, '', $iconRAM) : '';
|
||||
|
||||
Reference in New Issue
Block a user