Skip to content

Commit a7f8f95

Browse files
committed
[FIX] server: typo in notification comment
1 parent d372b42 commit a7f8f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/threads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub fn delayed_changes_process_thread(sender_session: Sender<Message>, receiver_
166166
while index_lock_path.exists(){
167167
std::thread::sleep(std::time::Duration::from_secs(1));
168168
}
169-
let message = "Too many request, possible change of branch, restarting Odoo LS";
169+
let message = "Too many requests, possible change of branch, restarting Odoo LS";
170170
info!(message);
171171
{
172172
let mut session = SessionInfo{

0 commit comments

Comments
 (0)