Hi Sam,
It was me probably. Since low-level errors have no sense for the end user it is written to the log file instead. The commit is https://github.com/owncloud/core/commit/ddcd7383574db2d076def39cfb130b8a4bf0180c You can use throw new Exception('foo'); instead of trigger_error('foo'); for debugging. It should work as you expect. --- Victor On Oct 17, 2012 4:03 PM, "Sam Tuke" <[email protected]> wrote: > Since I merged master into my branch (files_encryption), > > trigger_error('foo); > > is no longer triggering any errors. > > Any ideas who changed what to result in this odd behaviour? It makes > debugging > 3rd party code even harder than usual. > > Thanks, > > Sam. > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > >
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
