|
From: <rd...@us...> - 2015-02-06 15:55:57
|
Revision: 2044
http://sourceforge.net/p/digir/svn/2044
Author: rdg
Date: 2015-02-06 15:55:49 +0000 (Fri, 06 Feb 2015)
Log Message:
-----------
New debug message
Modified Paths:
--------------
tapirlink/trunk/classes/TpSchemaInspector.php
Modified: tapirlink/trunk/classes/TpSchemaInspector.php
===================================================================
--- tapirlink/trunk/classes/TpSchemaInspector.php 2015-02-06 15:21:16 UTC (rev 2043)
+++ tapirlink/trunk/classes/TpSchemaInspector.php 2015-02-06 15:55:49 UTC (rev 2044)
@@ -377,6 +377,7 @@
{
if ( ! in_array( $path, $this->mRejectedPaths ) )
{
+ $g_dlog->debug( 'Element '.$path.' marked as rejected for unknown reason (no type?)' );
array_push( $this->mRejectedPaths, $path );
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|