]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_frescan/frescan_packets.c
changes to use the FRSH FSA module to do the analysis and spare capacity. TODO: finis...
[frescor/fna.git] / src_frescan / frescan_packets.c
index c030a5e2e3c816cb7ae0d25a70e0791b25630a55..c40422567abbaf447f002160aea8007974317964 100644 (file)
@@ -110,7 +110,7 @@ frescan_packet_t *frescan_packets_alloc() {
 
         pos = freelist_alloc(&the_packet_pool_freelist);
         if (pos == -1) {
-                ERROR("could not allocate packet\n");
+                FRESCAN_ERROR("could not allocate packet\n");
                 return NULL;
         }