X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/bbb73c8a90d33f48ae8a03cab5e5e577e09c34f1..0aef7aaac0868dce7a5d3acc38824600943c235b:/glib/gcallback.lisp diff --git a/glib/gcallback.lisp b/glib/gcallback.lisp index 1b2e54f..0f7baf2 100644 --- a/glib/gcallback.lisp +++ b/glib/gcallback.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gcallback.lisp,v 1.43 2007-06-15 12:03:26 espen Exp $ +;; $Id: gcallback.lisp,v 1.44 2007-06-20 10:21:54 espen Exp $ (in-package "GLIB") @@ -483,7 +483,7 @@ function." (params (allocate-memory (* n-params +gvalue-size+)))) #'(lambda (detail object &rest args) (unless (= (length args) (1- n-params)) - (error "Invalid number of arguments: ~A" (+ 2 (length args)))) + (error "Invalid number of arguments in emmision of signal ~A: ~A" signal-id (length args))) (unwind-protect (loop for arg in (cons object args)