Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/monitor.c

    r38ef0de rf2b12406  
     1//                              -*- Mode: CFA -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    910// Author           : Thierry Delisle
    1011// Created On       : Thd Feb 23 12:27:26 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul 31 14:59:05 2017
    13 // Update Count     : 3
     12// Last Modified By : Thierry Delisle
     13// Last Modified On : --
     14// Update Count     : 0
    1415//
    1516
     
    484485        if( !this->monitors ) {
    485486                // LIB_DEBUG_PRINT_SAFE("Branding\n");
    486                 assertf( thrd->current_monitors != NULL, "No current monitor to brand condition %p", thrd->current_monitors );
     487                assertf( thrd->current_monitors != NULL, "No current monitor to brand condition", thrd->current_monitors );
    487488                this->monitor_count = thrd->current_monitor_count;
    488489
     
    527528        return head;
    528529}
    529 
    530 // Local Variables: //
    531 // mode: c //
    532 // tab-width: 4 //
    533 // End: //
Note: See TracChangeset for help on using the changeset viewer.