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 b13fa827..3b4d2946 100755
--- a/src/main.c
+++ b/src/main.c
@@ -380,7 +380,7 @@ void LoadLogEnv()
             if(p[0]>='0' && p[0]<='1')
                 box64_dynarec = p[0]-'0';
         }
-        printf_log(LOG_INFO, "Dynarec is %s\n", box64_dynarec?"on":"dff");
+        printf_log(LOG_INFO, "Dynarec is %s\n", box64_dynarec?"on":"off");
     }
     p = getenv("BOX64_DYNAREC_FORCED");
     if(p) {