X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/73f04979fb72cb54812165867349917f0f207492..6df8474bd803da1b2937273edfec0ce9d0298fef:/Exception.hpp diff --git a/Exception.hpp b/Exception.hpp index c23267d..ff63b8c 100644 --- a/Exception.hpp +++ b/Exception.hpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2014 Jay Freeman (saurik) + * Copyright (C) 2009-2015 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -78,7 +78,7 @@ while (false) _value; }) #define _trace() do { \ - fprintf(stderr, "_trace():%u\n", __LINE__); \ + fprintf(stderr, "_trace(%s:%u)\n", __FILE__, __LINE__); \ } while (false) static _finline bool CYContains(int value, size_t many, const int *okay) {