From 01b55d1d296e9592490366bf680dd87c35889c1a Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 4 Feb 2020 09:05:12 +0100 Subject: [PATCH] Update deltachat-ffi/src/lib.rs Co-Authored-By: Alexander Krotov --- deltachat-ffi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/src/lib.rs b/deltachat-ffi/src/lib.rs index 93f5b1e36..7277af2ef 100644 --- a/deltachat-ffi/src/lib.rs +++ b/deltachat-ffi/src/lib.rs @@ -699,7 +699,7 @@ pub unsafe extern "C" fn _dc_save_self_keypair( secret_data: *const libc::c_char, ) -> i32 { if context.is_null() { - eprintln!("ignoring careless call to dc_save_keypair()"); + eprintln!("ignoring careless call to _dc_save_self_keypair()"); return 0; } let ffi_context = &*context;