aboutsummaryrefslogtreecommitdiffstats
path: root/examples/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/manager.c')
-rw-r--r--examples/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/manager.c b/examples/manager.c
index 412b7de..74bddbd 100644
--- a/examples/manager.c
+++ b/examples/manager.c
@@ -53,7 +53,7 @@ int main()
{
CPhidgetManagerHandle phidm;
- //CPhidget_enableLogging(PHIDGET_LOG_VERBOSE, NULL);
+ CPhidget_enableLogging(PHIDGET_LOG_VERBOSE, NULL);
CPhidgetManager_create(&phidm);
CPhidgetManager_set_OnAttach_Handler(phidm, gotAttach, NULL);