[minor] changed log string for removing route
This commit is contained in:
@@ -165,7 +165,7 @@ static void
|
||||
remove_server_route (SoupServer *server, const gchar *path)
|
||||
{
|
||||
soup_server_remove_handler (server, path);
|
||||
g_print ("Route to file %s is experienced, server has removed it\n", path);
|
||||
g_print ("Route %s has expired, removing it\n", path);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
||||
Reference in New Issue
Block a user