]> git.stg.codes - stg.git/commitdiff
'all' -> 'any'
authorMaxim Mamontov <faust.madf@gmail.com>
Thu, 5 Jun 2014 20:38:54 +0000 (23:38 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Thu, 5 Jun 2014 20:38:54 +0000 (23:38 +0300)
projects/stargazer/plugins/capture/pcap/pcap_cap.cpp

index 57a5a8781d22ea1ba8c86b3db6a50c332a204ff1..10033d039bbd86e3a4aa81d56e66869519c398c2 100644 (file)
@@ -79,7 +79,7 @@ devices.erase(devices.begin(), devices.end());
 if (settings.moduleParams.empty())
     {
     devices.push_back(DEV());
-    logger("Defaulting to pseudo-device 'all'.");
+    logger("Defaulting to pseudo-device 'any'.");
     return 0;
     }