1
0
Fork 0

Mention the 6 character overflow limit for IDs

This commit is contained in:
Robbert van der Helm 2022-02-03 17:02:42 +01:00
parent 295ecc94ee
commit dfb73f6902

View file

@ -38,7 +38,7 @@ pub fn hash_param_id(id: &str) -> u32 {
if has_overflown {
nih_log!(
"Overflow while hashing param ID \"{}\", consider using shorter IDs to avoid collissions",
"Overflow while hashing param ID \"{}\", consider using 6 character IDs to avoid collissions",
id
);
}