Browse Source

logging must be on for toxcore installation

Bob Mottram 8 years ago
parent
commit
d9bde6c928
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-tox

+ 2
- 0
src/freedombone-app-tox View File

@@ -701,7 +701,9 @@ function install_tox {
701 701
         mesh_tox_avahi
702 702
         mesh_tox_client
703 703
     else
704
+        ${PROJECT_NAME}-logging on
704 705
         install_tox_node
706
+        ${PROJECT_NAME}-logging off
705 707
         tox_avahi
706 708
         install_tox_client
707 709
     fi