about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0e80523b..96cd8ee2 100755
--- a/src/main.c
+++ b/src/main.c
@@ -1336,7 +1336,7 @@ int main(int argc, const char **argv, char **env) {
     if(ld_preload.size) {
         for(int i=0; i<ld_preload.size; ++i)
             if(AddNeededLib(my_context->maplib, &my_context->neededlibs, NULL, 0, 0, (const char**)&ld_preload.paths[i], 1, my_context, emu)) {
-                printf_log(LOG_INFO, "Warning, cannot pre-load a lib (%s)\n", ld_preload.paths[i]);
+                printf_log(LOG_INFO, "Warning, cannot pre-load the lib (%s)\n", ld_preload.paths[i]);
             }            
     }
     FreeCollection(&ld_preload);