about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2021-04-09 17:52:25 +0200
committerrajdakin <rajdakin@gmail.com>2021-04-09 17:52:25 +0200
commit009bb94f17803dff459b812d7314e300a1b31e1e (patch)
treec9f91b7f6a19ad192ec0c3e371fe83f36ae91234 /src/main.c
parentfcfd90b86fc5328c6c5c61e2921416c3cc8adba2 (diff)
downloadbox64-009bb94f17803dff459b812d7314e300a1b31e1e.tar.gz
box64-009bb94f17803dff459b812d7314e300a1b31e1e.zip
Changed missed unwanted "box86"
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 100ea8a9..946cd58a 100755
--- a/src/main.c
+++ b/src/main.c
@@ -616,7 +616,7 @@ void endBox64()
     int pid = getpid();
     int running = 1;
     int attempt = 0;
-    printf_log(LOG_DEBUG, "Waiting for all threads to finish before unloading box86context\n");
+    printf_log(LOG_DEBUG, "Waiting for all threads to finish before unloading box64context\n");
     while(running) {
         DIR *proc_dir;
         char dirname[100];