log node inserts
This commit is contained in:
		
							parent
							
								
									c379daf45c
								
							
						
					
					
						commit
						63e52f7f72
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -141,7 +141,7 @@ public class Transactor extends Thread {
 | 
			
		|||
	        nmgr.insertNode (nmgr.db, txn, node);
 | 
			
		||||
	        node.setState (Node.CLEAN);
 | 
			
		||||
	        ins++;
 | 
			
		||||
	        // IServer.getLogger().log ("inserted: "+node.getFullName ());
 | 
			
		||||
	        IServer.getLogger().log ("inserted: Node "+node.getName ()+"/"+node.getID ());
 | 
			
		||||
	    } else if (nstate == Node.MODIFIED) {
 | 
			
		||||
	        nmgr.updateNode (nmgr.db, txn, node);
 | 
			
		||||
	        node.setState (Node.CLEAN);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue