pike wrote: 
> Did that .. now reads
> 
> > 
Code:
--------------------
  >   > 
  > $spotifyd = undef;                                                          
                                                                                
                                                                                
                                                                                
                                                                           
  > eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 }, 
$helperPath, $logfile); };                                                      
                                                                                
                                                                                
                                                                                
 
  > # pike debug 201312                                                         
                                                           
  > use Data::Dumper;                                                           
                                                           
  > $log->error(Dumper $spotifyd);   
  > 
--------------------
> > 
> 
> but it doesnt seem to be logging much more - no dumps. If the code is
> 'live' i need to restart something. But if I disable/enable the
> plugin, my code changes are lost. How can I restart the plugin alone ?
> 
> 
> 
> *-pike

You can't restart a plugin - doing this removes it and reinstalls it. 
You need to restart the LMS server as plugins are loaded at startup.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to