diff options
author | etienne | 2006-09-28 14:51:56 +0000 |
---|---|---|
committer | etienne | 2006-09-28 14:51:56 +0000 |
commit | 4ce9f879e97edf7a10f89ee685c921f3caefcf07 (patch) | |
tree | c4b03de49590a3e62fe1298f1cd53d3348a68a88 /src | |
parent | 32a06f16258c9345cafeda2cc3bd5edd666da934 (diff) | |
download | ivycontrolpanel-4ce9f879e97edf7a10f89ee685c921f3caefcf07.zip ivycontrolpanel-4ce9f879e97edf7a10f89ee685c921f3caefcf07.tar.gz ivycontrolpanel-4ce9f879e97edf7a10f89ee685c921f3caefcf07.tar.bz2 ivycontrolpanel-4ce9f879e97edf7a10f89ee685c921f3caefcf07.tar.xz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/IvyIO.pm | 1 | ||||
-rwxr-xr-x | src/ivycontrolpanel | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/IvyIO.pm b/src/IvyIO.pm index cc9aa8d..76dc968 100644 --- a/src/IvyIO.pm +++ b/src/IvyIO.pm @@ -151,7 +151,6 @@ sub receivePongCb($$) { my ($time, $appf) = @_; # time = ping/pong duration in ms - $received ++; #printf ("DBG> :$received: $appf [$time]".$appNameByhostAndPort{$appf}."\n"); &$pingcallback($appNameByhostAndPort{$appf}, $appf, $time); diff --git a/src/ivycontrolpanel b/src/ivycontrolpanel index 6848628..0bbc4d4 100755 --- a/src/ivycontrolpanel +++ b/src/ivycontrolpanel @@ -13,8 +13,8 @@ use Carp; # where you may find bitmap files use lib "/usr/share/ivycontrolpanel"; # where you may find the IvyIO and Agent modules -#use lib "/usr/lib/ivycontrolpanel"; -use lib "."; +use lib "/usr/lib/ivycontrolpanel"; +#use lib "."; # where you may find the FugueConfig module use lib "/usr/lib/ivylaunch"; |