BlackWolf / Connichiwa

A framework for local multi-device web applications
15 stars 0 forks source link

Have a debug priority for native-less remotes #88

Closed BlackWolf closed 9 years ago

BlackWolf commented 9 years ago

Right now, native-less remotes simply forward all calls to CWDebug.log() to console.log(). We also want to be able to set a log priority, though.

As with #79 this debug flag should be passed by the master after the connection was made.

BlackWolf commented 9 years ago

Fixed in 884385ab3deeb776d247eb8d05709be866b8491d . Native-less remotes will now use the debug priority from the master.