From b47fca24819c47a2586dc336d3b22681ef0b4328 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 30 Aug 2009 17:16:21 +0300 Subject: [PATCH] Fix log message --- daemon/studio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/studio.c b/daemon/studio.c index 5cf960e4..41c0e672 100644 --- a/daemon/studio.c +++ b/daemon/studio.c @@ -1408,7 +1408,7 @@ bool studio_delete(void * call_ptr, const char * studio_name) goto exit; } - lash_info("Loading studio ('%s')", filename); + lash_info("Deleting studio ('%s')", filename); if (unlink(filename) != 0) {