]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2879 in SNORT/snort3 from ~DIPANDIT/snort3:fix_spell to master
authorSteve Chew (stechew) <stechew@cisco.com>
Fri, 7 May 2021 19:40:06 +0000 (19:40 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Fri, 7 May 2021 19:40:06 +0000 (19:40 +0000)
Squashed commit of the following:

commit 9208671b7b5a8e8c474a925eb6c9a5aa5297428b
Author: Dipto Pandit (dipandit) <dipandit@cisco.com>
Date:   Fri May 7 12:54:42 2021 -0400

    file_api: fix spell source error

src/file_api/file_flows.cc

index a9a644bbec8a4e88169210002e1531e7dfe2487f..c5ce91bfd8257bc4a8b1397a9e1e1bd5233391f0 100644 (file)
@@ -75,7 +75,7 @@ static void populate_trace_data(FileContext* context)
     std::string file_name = ss.str();
 
     PacketTracer::daq_log("file+%" PRId64"++File Type[%s]/File ID[%lu] with name[%s] and size[%lu] detected."
-                "File sha is [%s], with verdict[%s]$",
+                "File SHA is [%s], with verdict[%s]$",
                 TO_NSECS(pt_timer->get()),
                 file_type_name(context->get_file_type()).c_str(),
                 context->get_file_id(),