trying to get HEAD building again. If you want the code
[kai/samba.git] / source3 / utils / net_cache.c
index 93c4f1aa1dfa41ef966b08eb6469e4c6291a3c43..8dd9db599dc885f7314533a453c3371ea5fb78f8 100644 (file)
@@ -64,7 +64,7 @@ static void delete_cache_entry(const char* keystr, const char* datastr,
                                const time_t timeout, void* dptr)
 {
        if (!gencache_del(keystr))
-               d_printf("Couldn't delete entry! key = %s", keystr);
+               d_printf("Couldn't delete entry! key = %s\n", keystr);
 }