diff options
-rw-r--r-- | mdk-stage1/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 6e754c892..3789e12d9 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -201,7 +201,7 @@ static enum insmod_return insmod_archived_file(const char * mod_name, char * opt file = grab_file(final_name, &len); if (!file) { - log_perror("\terror reading %s"); + log_perror(asprintf_("\terror reading %s", final_name)); return INSMOD_FAILED; } |