fetchMD5warn: use INFO, maybe Hydra will like this more
This commit is contained in:
+1
-1
@@ -135,6 +135,6 @@ rec {
|
|||||||
warn = msg: builtins.trace "WARNING: ${msg}";
|
warn = msg: builtins.trace "WARNING: ${msg}";
|
||||||
info = msg: builtins.trace "INFO: ${msg}";
|
info = msg: builtins.trace "INFO: ${msg}";
|
||||||
|
|
||||||
fetchMD5warn = name: context : data : warn
|
fetchMD5warn = name: context : data : info
|
||||||
"Deprecated use of MD5 hash in ${name} to fetch ${context}" data;
|
"Deprecated use of MD5 hash in ${name} to fetch ${context}" data;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user