configd-1109.101.1.tar.gz
[apple/configd.git] / configd.tproj / _snapshot.c
index 5197780b015bbc4f65b5b78ca6ce3a4b057914e4..854d36cb3f7fc05dfd3091946205184295ad5848 100644 (file)
@@ -142,12 +142,8 @@ __SCDynamicStoreSnapshot(SCDynamicStoreRef store)
        if (f == NULL) {
                return kSCStatusFailed;
        }
-       SCPrint(TRUE, f, CFSTR("Main thread :\n\n"));
+       SCPrint(TRUE, f, CFSTR("Main [plug-in] thread :\n\n"));
        SCPrint(TRUE, f, CFSTR("%@\n"), CFRunLoopGetCurrent());
-       if (plugin_runLoop != NULL) {
-               SCPrint(TRUE, f, CFSTR("Plug-in thread :\n\n"));
-               SCPrint(TRUE, f, CFSTR("%@\n"), plugin_runLoop);
-       }
        listSessions(f);
        (void) fclose(f);