On Sep 3, 2009, at 19:35:46, vdubgeek wrote: > Issue seems to be related to the log format, and the Apple System > [Logger] framework. I was able to get TimeMachineGrowler working > partially by changing the [ASL] key, but it's spotty. From what > I've see, this is not a Growl issue at all, the call to > asl_set_query for parsing the system log is not returning records > part of the time.
asl_set_query should never return anything. It returns void. ☺ asl_search, however, does seem to miss any message that gets added to the log while it was searching. I've solved this problem locally by only changing lastSearchTime if TMG finds anything. Not a perfect solution, but the best I can do for now. Once I've proven that all three of TMG's notifications work with this change, I'll put out 1.0.1. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en -~----------~----~----~----~------~----~------~--~---
