X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/40a8ecaad67533d0944e2b3fbd6e608f009fb28d..25bc185367ffb0caf3197babf44243d1703895e3:/projects/stargazer/traffcounter_impl.cpp?ds=sidebyside diff --git a/projects/stargazer/traffcounter_impl.cpp b/projects/stargazer/traffcounter_impl.cpp index 31063523..f39f1248 100644 --- a/projects/stargazer/traffcounter_impl.cpp +++ b/projects/stargazer/traffcounter_impl.cpp @@ -899,7 +899,7 @@ switch (rule.proto) printf("ALL "); break; } -printf("dir=%d \n", static_cast(rule.dir)); +printf("dir=%u \n", static_cast(rule.dir)); } //----------------------------------------------------------------------------- void TRAFFCOUNTER_IMPL::SetMonitorDir(const std::string & monitorDir)