Skip to content

Commit 0ec6e4f

Browse files
committed
v0.4.11 - verbose not found
1 parent d57ce94 commit 0ec6e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
class Base
2424
{
25-
const VERSION = '0.4.10';
25+
const VERSION = '0.4.11';
2626

2727
/**
2828
* @var bool - print verbose debug messages to STDOUT

src/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function exists($name)
5757
public function get($name)
5858
{
5959
if (!$this->exists($name)) {
60-
$this->error("get: NOT FOUND: $name");
60+
$this->verbose("get: NOT FOUND: $name");
6161

6262
return false;
6363
}

0 commit comments

Comments
 (0)