phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.18


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.18
Date: Mon, 17 May 2004 17:05:44 +0200

Update of /sync/inc
Modified Files:
        Branch: 
          class.ipc_sync.inc.php

date: 2004/05/17 15:05:44;  author: mkaemmerer;  state: Exp;  lines: +5 -5

Log Message:
- fixed and improved logfile entries
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.17 
sync/inc/class.ipc_sync.inc.php:1.18
--- sync/inc/class.ipc_sync.inc.php:1.17        Thu May 13 16:50:57 2004
+++ sync/inc/class.ipc_sync.inc.php     Mon May 17 15:05:44 2004
@@ -80,7 +80,7 @@
   
     function authenticate($username, $password, $deviceid) {
     if ($this->debug)
-      error_log("authenticate device: [$username] [$deviceid] [$password]");
+      error_log("authenticate device: '$deviceid' with username '$username'");
       
     if(is_object($GLOBALS['phpgw']->log))
     {
@@ -128,7 +128,7 @@
   
   function getSupportedSources() {
     if ($this->debug)
-      error_log("get supported sources");
+      error_log("get list of all supported sources");
       
     return $this->so->getSupportedSources();
   }
@@ -146,7 +146,7 @@
   
   function getDataForSource($uri) {
     if ($this->debug)
-      error_log("get supported sources");
+      error_log("get data for source '$uri'");
       
     return $this->so->getSourceInfo($uri);
   }
@@ -188,7 +188,7 @@
   
   function getSyncItemFromId($deviceid, $source, $LUID, $mimetype) {
     if ($this->debug)
-      error_log("getSyncItemFromId: $deviceid, $source, $LUID, $mimetype");
+      error_log("getSyncItemFromId: '$deviceid', '$source', '$LUID', 
'$mimetype'");
 
     return $this->bo->getSyncItemFromId($deviceid, $source, $LUID, $mimetype);
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]