Signed-off-by: Roland Haeder <roland@mxchange.org>
// Implode the package data array and fragement the resulting string, returns the final hash
$finalHash = $this->getFragmenterInstance()->fragmentPackageArray($packageData, $this);
if ($finalHash !== TRUE) {
+ // Debug message
+ /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __METHOD__ . ':' . __LINE__ . ']: Setting finalHash=' . $finalHash);
+
+ // Set final hash
$this->currentFinalHash = $finalHash;
} // END - if