At the end of node_service_save (line 100 of node_service.inc) a watchdog call is made with some update status about the new node. This call only works properly when udpating a node. When inserting a new node, the $node object is not created, and this call inserts a mostly blank message into the watchdog log, and an E_NOTICE error is generated.
Comments
Comment #1
marcingy commentedComment #2
snelson commentedThis is fixed in #363964: node.save generates double watchdog entries. Thanks rocker.