mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	修复一个日志typo
This commit is contained in:
		@@ -48,7 +48,7 @@ func (this *IPListDB) init() error {
 | 
				
			|||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			return err
 | 
								return err
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		remotelogs.Println("CACHE", "create cache dir '"+this.dir+"'")
 | 
							remotelogs.Println("IP_LIST_DB", "create data dir '"+this.dir+"'")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	db, err := sql.Open("sqlite3", "file:"+this.dir+"/ip_list.db?cache=shared&mode=rwc&_journal_mode=WAL&_sync=OFF")
 | 
						db, err := sql.Open("sqlite3", "file:"+this.dir+"/ip_list.db?cache=shared&mode=rwc&_journal_mode=WAL&_sync=OFF")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user