SlEePlEs5 / logKext

An update to fsb's logKext tool. Runs on 10.9 Mavericks!
206 stars 40 forks source link

Path Error #7

Open randallbruder opened 10 years ago

randallbruder commented 10 years ago

Line 121 of logKextClient.cpp reads:

printf("LogPath controls the pathname of the log file location (default is /Library/Preferences/Library/Preferences/com.fsb.logKext).\n");

but should read:

printf("LogPath controls the pathname of the log file location (default is /Library/Preferences/com.fsb.logKext).\n");

(the path is correct, doesn't have /Library/Preferences twice.)