diff options
Diffstat (limited to 'Src/params.c')
-rw-r--r-- | Src/params.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c index 576de2f52..8a34618fe 100644 --- a/Src/params.c +++ b/Src/params.c @@ -461,7 +461,8 @@ getparamnode(HashTable ht, const char *nam) * stuff to go ahead with the autoload stub with * no error status we're in for all sorts of mayhem? */ - zerr("unknown parameter: %s", nam); + zerr("autoloading module %s failed to define parameter: %s", mn, + nam); } } return hn; |