Index: trunk/extensions/Score/Score.body.php |
— | — | @@ -543,7 +543,7 @@ |
544 | 544 | |
545 | 545 | $rc = file_put_contents( $ly, $lilypondCode ); |
546 | 546 | if ( $rc === false ) { |
547 | | - self::debug( "Unable to copy $factoryLy to $ly.\n" ); |
| 547 | + self::debug( "Unable to write LilyPond code to $ly.\n" ); |
548 | 548 | } |
549 | 549 | |
550 | 550 | return $lilypondCode; |