Skip to content

Commit b645e5c

Browse files
committed
Add missing section comment
1 parent 2b8b2d0 commit b645e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/base.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ void xdebug_base_rinit()
14311431
XG_BASE(filters_stack) = xdebug_llist_alloc(xdebug_llist_string_dtor);
14321432
XG_BASE(filters_tracing) = xdebug_llist_alloc(xdebug_llist_string_dtor);
14331433

1434+
/* Warn about Private Temp Directory */
14341435
if (XG_BASE(private_tmp)) {
14351436
xdebug_log_ex(XLOG_CHAN_CONFIG, XLOG_INFO, "PRIVTMP", "Systemd Private Temp Directory is enabled (%s)", XG_BASE(private_tmp));
14361437
}

0 commit comments

Comments
 (0)