diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
| commit | 009bb94f17803dff459b812d7314e300a1b31e1e (patch) | |
| tree | c9f91b7f6a19ad192ec0c3e371fe83f36ae91234 /src/main.c | |
| parent | fcfd90b86fc5328c6c5c61e2921416c3cc8adba2 (diff) | |
| download | box64-009bb94f17803dff459b812d7314e300a1b31e1e.tar.gz box64-009bb94f17803dff459b812d7314e300a1b31e1e.zip | |
Changed missed unwanted "box86"
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
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]; |