diff options
author | jcid <devnull@localhost> | 2008-07-05 20:16:59 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-07-05 20:16:59 +0200 |
commit | c16ec545b3d169564b3fe1958e7322e086c122ad (patch) | |
tree | 34fb5423a8b722a614834efefa318c373bde0101 /dpid | |
parent | 4fc36a5d62322b46261dce595933d9022abbd9b6 (diff) |
- Fixed a small printf error.
Diffstat (limited to 'dpid')
-rw-r--r-- | dpid/dpi_socket_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpid/dpi_socket_dir.c b/dpid/dpi_socket_dir.c index 68f0143c..333ccf6a 100644 --- a/dpid/dpi_socket_dir.c +++ b/dpid/dpi_socket_dir.c @@ -103,7 +103,7 @@ char *init_sockdir(char *dpi_socket_dir) if ((sockdir = a_Dpi_rd_dpi_socket_dir(dpi_socket_dir)) == NULL) { MSG_ERR("init_sockdir: The dpi_socket_dir file %s does not exist\n", - sockdir); + dpi_socket_dir); } else { if ((dir_ok = tst_dir(sockdir)) == 1) { MSG_ERR("init_sockdir: The socket directory %s exists and is OK\n", |