diff --git a/idleSound/IdleManager.m b/idleSound/IdleManager.m
index ddc7e63..5ad09d9 100644
--- a/idleSound/IdleManager.m
+++ b/idleSound/IdleManager.m
@@ -90,7 +90,7 @@ - (void)idleCheckTimer:(NSTimer *)inTimer {
CFTimeInterval currentIdle = [self currentMachineIdle];
// don't print to much debugging information
- if (currentIdle < self.machineIdleThreshold || (int)currentIdle % 1000 == 0) {
+ if (currentIdle < 300 || (int)currentIdle % 600 == 0) {
DLog(@"Current idle time : %f", currentIdle);
DLog(@"Last Seen idle time: %f", self.lastSeenIdle);
}
diff --git a/idleSound/idleSound-Info.plist b/idleSound/idleSound-Info.plist
index 083b878..ab68bf9 100644
--- a/idleSound/idleSound-Info.plist
+++ b/idleSound/idleSound-Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 0081
+ 0084
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
LSUIElement