Skip to content

Commit

Permalink
santad: Add debug message when waiting for driver
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Dec 16, 2014
1 parent 65cb531 commit c2f04c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/santad/SNTDriverManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ - (instancetype)init {
serviceObject = IOServiceGetMatchingService(kIOMasterPortDefault, classToMatch);

if (!serviceObject) {
LOGD(@"Waiting for Santa driver to become available");
sleep(10);
}
} while (!serviceObject);
Expand Down

0 comments on commit c2f04c5

Please sign in to comment.