Skip to content

Commit ca9411a

Browse files
Update src/core/dev/rfs.cpp
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 480a2d0 commit ca9411a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/dev/rfs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ bool rfs::attach_flow(sockinfo *sink)
257257
if (!create_flow()) {
258258
rfs_logdbg("Failed to create second rule for worker: %d", g_p_app->get_worker_id());
259259
} else {
260-
("Added second rule to worker: %d", g_p_app->get_worker_id());
260+
rfs_logdbg("Added second rule to worker: %d", g_p_app->get_worker_id());
261261
}
262262
}
263263
#endif

0 commit comments

Comments
 (0)