Hi, About the initial problem, I just wanted to mention that I have started work in branch active_subtyping which will make liquidsoap issue warnings about unused (inactive) sources such as the one that was on line 18.
2011/6/15 Akos Veres <[email protected]>: > My next question would be: how I can get data to be outputed by liquidsoap? > Like the lines outputed in the logs which state "Prepared XY". Any docs on > this? If you want to write a log message, then you have the log() function. If you want to print to standard output (or log when you're daemonized) there's print(). Finally, there is also system() if you wanna directly write to a file. Cheers, David ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
