File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ function processDatalog() {
171171 $ app ->db ->query ($ sql , true , $ params );
172172 if ($ app ->db ->errorNumber > 0 ) {
173173 $ replication_error = true ;
174- $ app ->log ("Replication for datalog_id: " . $ d ['datalog_id ' ] . " failed. Error: ( " . $ d ['dbtable ' ] . ") in MySQL server: ( " .$ app ->db ->dbHost .") " . $ app ->db ->errorMessage . " # SQL: " . $ sql , LOGLEVEL_ERROR );
174+ $ app ->log ("Replication of datalog_id: " . $ d ['datalog_id ' ] . " failed. Error: ( " . $ d ['dbtable ' ] . ") in MySQL server: ( " .$ app ->db ->dbHost .") " . $ app ->db ->errorMessage . " # SQL: " . $ sql , LOGLEVEL_ERROR );
175175 }
176176 $ log = $ app ->db ->_build_query_string ($ sql , true , $ params );
177177 $ app ->log ('Replicated from master: ' .$ log , LOGLEVEL_DEBUG );
You can’t perform that action at this time.
0 commit comments